From a1a17acb326020f1b57f587230cb439e901784df Mon Sep 17 00:00:00 2001 From: Daniel Gnoutcheff Date: Fri, 27 May 2016 16:00:00 -0400 Subject: Ported to Debian jessie Most of the churn here comes from rebasing the Yesod boilerplate. --- main.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main.hs') 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 -- cgit v1.2.3