Allow yesod-form 1.7

Builds fine and all tests pass here.
This commit is contained in:
Felix Yan 2021-04-24 01:20:25 +08:00 committed by Simon Michael
parent 32b42a6c80
commit 684af10643
2 changed files with 2 additions and 2 deletions

View File

@ -196,7 +196,7 @@ library
, yaml
, yesod >=1.4 && <1.7
, yesod-core >=1.4 && <1.7
, yesod-form >=1.4 && <1.7
, yesod-form >=1.4 && <1.8
, yesod-static >=1.4 && <1.7
, yesod-test
if (flag(dev)) || (flag(library-only))

View File

@ -140,7 +140,7 @@ library:
- yaml
- yesod >=1.4 && < 1.7
- yesod-core >=1.4 && < 1.7
- yesod-form >=1.4 && < 1.7
- yesod-form >=1.4 && < 1.8
- yesod-static >=1.4 && < 1.7
- hspec
- yesod-test