From 0a3efc56732f79304845a6e6d381c793f38e6c2c Mon Sep 17 00:00:00 2001 From: Daniel Gnoutcheff Date: Tue, 25 Jan 2022 20:04:10 -0500 Subject: Port to stack and stackage lts-16.31 --- 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