summaryrefslogtreecommitdiff
path: root/Application.hs
diff options
context:
space:
mode:
authorClint Adams <clint@softwarefreedom.org>2013-10-24 15:33:27 -0400
committerClint Adams <clint@softwarefreedom.org>2013-10-24 15:33:27 -0400
commit1725e252b7bd6bec9faecb0249961343bb27afb0 (patch)
treede5fe0610f2833b64fd88bb2ea40fd59129f2d27 /Application.hs
parent45ebe1ffb0d6e229bb06a7c8dad2aabdaaf33083 (diff)
vacation report, belated commit
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 dfd717d..a0e9257 100644
--- a/Application.hs
+++ b/Application.hs
@@ -25,6 +25,7 @@ import Handler.Home
import Handler.Category
import Handler.Employment
import Handler.User
+import Handler.Vacation
-- This line actually creates our YesodDispatch instance. It is the second half
-- of the call to mkYesodData which occurs in Foundation.hs. Please see the