diff options
Diffstat (limited to 'Application.hs')
-rw-r--r-- | Application.hs | 5 |
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 | |||
37 | import Handler.OpenItem | 37 | import Handler.OpenItem |
38 | import Handler.DeleteItem | 38 | import Handler.DeleteItem |
39 | import Handler.Item | 39 | import Handler.Item |
40 | import Handler.ReferenceListing | ||
41 | import Handler.ReferenceItem | ||
42 | import Handler.DeleteRefItem | ||
43 | import Handler.Kinds | ||
44 | import 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 |