summaryrefslogtreecommitdiff
path: root/Application.hs
diff options
context:
space:
mode:
authorClint Adams <clint@softwarefreedom.org>2013-04-22 17:41:15 -0400
committerClint Adams <clint@softwarefreedom.org>2013-04-22 17:41:15 -0400
commitf1a294e5ddb8ae0ccdcef1a12561e603ff996cfe (patch)
tree14d4df6383db09051ef9631dbf09c9ed6a2039d3 /Application.hs
parent514ff2acff2ba9ad9f809e22fc8ed5a986410e5d (diff)
journal-query-based monthly reports (p&l, assets, liabilities)
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 5c9bf83..a74c493 100644
--- a/Application.hs
+++ b/Application.hs
@@ -20,6 +20,7 @@ import Control.Monad (mzero)
-- Import all relevant handler modules here.
-- Don't forget to add new modules to your cabal file!
import Handler.Home
+import Handler.Journal
import Handler.Register
-- This line actually creates our YesodSite instance. It is the second half