summaryrefslogtreecommitdiff
path: root/Application.hs
diff options
context:
space:
mode:
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