summaryrefslogtreecommitdiff
path: root/Application.hs
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-03-28 14:56:52 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2017-03-28 14:56:52 +0200
commitd28c483bdba02cf4163e99efcb07f2ee525ddda1 (patch)
treef9becdc79bcb6495e462ec2f17762a63182dbc2a /Application.hs
parentde1513a40da72632b500c710c5254c8e3639b7bd (diff)
downloadbar-d28c483bdba02cf4163e99efcb07f2ee525ddda1.tar
bar-d28c483bdba02cf4163e99efcb07f2ee525ddda1.tar.gz
bar-d28c483bdba02cf4163e99efcb07f2ee525ddda1.tar.bz2
bar-d28c483bdba02cf4163e99efcb07f2ee525ddda1.tar.xz
bar-d28c483bdba02cf4163e99efcb07f2ee525ddda1.zip
Implement list view
Diffstat (limited to 'Application.hs')
-rw-r--r--Application.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Application.hs b/Application.hs
index 3a16e88..aa9422f 100644
--- a/Application.hs
+++ b/Application.hs
@@ -43,6 +43,7 @@ import Handler.DeleteRefItem
43import Handler.Kinds 43import Handler.Kinds
44import Handler.Types 44import Handler.Types
45import Handler.List 45import Handler.List
46import Handler.InventoryList
46 47
47-- This line actually creates our YesodDispatch instance. It is the second half 48-- This line actually creates our YesodDispatch instance. It is the second half
48-- of the call to mkYesodData which occurs in Foundation.hs. Please see the 49-- of the call to mkYesodData which occurs in Foundation.hs. Please see the