more scaffolding fixes

This commit is contained in:
Greg Weber 2011-08-23 07:35:38 -07:00
parent c0a8a53ad2
commit 43942879a1

View File

@ -67,8 +67,8 @@ with~sitearg~ conf logger f = do
#endif
-- for yesod devel
withDevelApp :: Dynamic
withDevelApp =
withDevelAppPort :: Dynamic
withDevelAppPort =
toDyn go
where
go :: ((Int, Application) -> IO ()) -> IO ()