diff --git a/project_template/default/src/Main.hs b/project_template/default/src/Main.hs index 89014627..e973bf22 100644 --- a/project_template/default/src/Main.hs +++ b/project_template/default/src/Main.hs @@ -79,7 +79,7 @@ main = do -- This action is only run once, regardless of whether development or -- production mode is in use. getConf :: IO (Config Snap AppConfig) -getConf = commandLineAppConfig defaultConfig +getConf = commandLineConfig defaultConfig ------------------------------------------------------------------------------