summaryrefslogtreecommitdiff
path: root/Application.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Application.hs')
-rw-r--r--Application.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/Application.hs b/Application.hs
index 048a316..85ceb2f 100644
--- a/Application.hs
+++ b/Application.hs
@@ -37,6 +37,11 @@ import Handler.UpdateItem
37import Handler.OpenItem 37import Handler.OpenItem
38import Handler.DeleteItem 38import Handler.DeleteItem
39import Handler.Item 39import Handler.Item
40import Handler.ReferenceListing
41import Handler.ReferenceItem
42import Handler.DeleteRefItem
43import Handler.Kinds
44import Handler.List
40 45
41-- This line actually creates our YesodDispatch instance. It is the second half 46-- This line actually creates our YesodDispatch instance. It is the second half
42-- of the call to mkYesodData which occurs in Foundation.hs. Please see the 47-- of the call to mkYesodData which occurs in Foundation.hs. Please see the