add warning, this seems to bite many new users

This commit is contained in:
Luite Stegeman 2012-04-17 22:52:09 +03:00
parent 4b6490e037
commit 3ea7bcacaf

View File

@ -21,6 +21,7 @@ import qualified Database.Persist.Store~importMigration~
import Network.HTTP.Conduit (newManager, def)
-- Import all relevant handler modules here.
-- Don't forget to add new modules to your cabal file!
import Handler.Home
-- This line actually creates our YesodSite instance. It is the second half