Merge pull request #99 from iand675/master

Fixed small scaffolding template issue. Nothing major.
This commit is contained in:
Michael Snoyman 2011-07-24 20:46:06 -07:00
commit d84c256750

View File

@ -47,7 +47,7 @@ with~sitearg~ conf f = do
with~sitearg~LoadConfig :: Settings.AppEnvironment -> (Application -> IO a) -> IO a
with~sitearg~LoadConfig env f = do
conf <- Settings.loadConfig env
withFoobar conf f
with~sitearg~ conf f
-- for yesod devel
withDevelApp :: Dynamic