web: restore bounds for main yesod packages to avoid breakage (#717)

This commit is contained in:
Simon Michael 2018-03-12 03:37:16 +00:00
parent 552fd50af9
commit 97c814c8ba

View File

@ -90,10 +90,10 @@ dependencies:
- wai-handler-launch >=1.3
- warp
- yaml
- yesod >=1.4
- yesod-core
- yesod-form
- yesod-static
- yesod >=1.4 && < 1.7
- yesod-core >=1.4 && < 1.7
- yesod-form >=1.4 && < 1.7
- yesod-static >=1.4 && < 1.7
- json
- megaparsec >=5.0
- mtl