fix need form import

This commit is contained in:
gregwebs 2012-03-26 11:18:24 -07:00
parent 127ddf7181
commit 4545b2a91d
2 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@ module Foundation
import Prelude import Prelude
import Yesod.Core hiding (Route) import Yesod.Core hiding (Route)
import Yesod.Form
import Yesod.Default.Config import Yesod.Default.Config
import Yesod.Default.Util (addStaticContentExternal) import Yesod.Default.Util (addStaticContentExternal)
import Yesod.Static import Yesod.Static

View File

@ -67,6 +67,7 @@ executable ~project~
build-depends: base >= 4 && < 5 build-depends: base >= 4 && < 5
, yesod-core >= 1.0 && < 1.1 , yesod-core >= 1.0 && < 1.1
, yesod-form >= 1.0 && < 1.1
, yesod-static >= 1.0 && < 1.1 , yesod-static >= 1.0 && < 1.1
, yesod-default >= 1.0 && < 1.1 , yesod-default >= 1.0 && < 1.1
, clientsession >= 0.7.3 && < 0.8 , clientsession >= 0.7.3 && < 0.8