From 18212a5c21d14e19c6176fd6d3630f088902ec42 Mon Sep 17 00:00:00 2001 From: Daniel Gnoutcheff Date: Thu, 12 Jan 2017 17:18:33 -0500 Subject: Add some missing bits --- app/main.hs | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 app/main.hs (limited to 'app') diff --git a/app/main.hs b/app/main.hs new file mode 100644 index 0000000..7c6327f --- /dev/null +++ b/app/main.hs @@ -0,0 +1,8 @@ +import Prelude (IO) +import Yesod.Default.Config (fromArgs) +import Yesod.Default.Main (defaultMainLog) +import Settings (parseExtra) +import Application (makeApplication) + +main :: IO () +main = defaultMainLog (fromArgs parseExtra) makeApplication -- cgit v1.2.3