fix need form import
This commit is contained in:
parent
127ddf7181
commit
4545b2a91d
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user