summaryrefslogtreecommitdiff
path: root/main.hs
diff options
context:
space:
mode:
authorDaniel Gnoutcheff <gnoutchd@softwarefreedom.org>2016-05-27 16:00:00 -0400
committerDaniel Gnoutcheff <gnoutchd@softwarefreedom.org>2018-09-26 18:11:11 -0400
commita1a17acb326020f1b57f587230cb439e901784df (patch)
tree358a1ea916a242609a981ff46e2a6814a2208cec /main.hs
parentf1a294e5ddb8ae0ccdcef1a12561e603ff996cfe (diff)
Ported to Debian jessie
Most of the churn here comes from rebasing the Yesod boilerplate.
Diffstat (limited to 'main.hs')
-rw-r--r--main.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.hs b/main.hs
index a059fcb..7c6327f 100644
--- a/main.hs
+++ b/main.hs
@@ -1,8 +1,8 @@
import Prelude (IO)
import Yesod.Default.Config (fromArgs)
-import Yesod.Default.Main (defaultMain)
+import Yesod.Default.Main (defaultMainLog)
import Settings (parseExtra)
import Application (makeApplication)
main :: IO ()
-main = defaultMain (fromArgs parseExtra) makeApplication
+main = defaultMainLog (fromArgs parseExtra) makeApplication