yesod-form requires yesod-core >= 0.10.2.

Commit 651a1f8abd introduced
this dependency without stating it on the build-depends.
This commit is contained in:
Felipe Lessa 2012-02-16 12:13:12 -02:00
parent 4ebaa31d90
commit 99fa1a07c4

View File

@ -14,7 +14,7 @@ description: Form handling support for Yesod Web Framework
library
build-depends: base >= 4 && < 5
, yesod-core >= 0.10.1 && < 0.11
, yesod-core >= 0.10.2 && < 0.11
, yesod-persistent >= 0.3.1 && < 0.4
, time >= 1.1.4
, hamlet >= 0.10 && < 0.11