yesod-form-multi 1.7.0.1 → 1.7.0.2
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~yesod-formnew-uploaderPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: yesod-form
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- yesod-form-multi.cabal +2/−2
ChangeLog.md view
@@ -1,5 +1,9 @@ # Changelog +## 1.7.0.2++* Allow yesod-form 1.7+ ## 1.7.0.1 [#1716](https://github.com/yesodweb/yesod/pull/1716)
yesod-form-multi.cabal view
@@ -1,5 +1,5 @@ name: yesod-form-multi-version: 1.7.0.1+version: 1.7.0.2 license: MIT license-file: LICENSE author: James Burton <jamesejburton@gmail.com>@@ -26,7 +26,7 @@ , text >= 0.9 , transformers >= 0.2.2 , yesod-core >= 1.6 && < 1.7- , yesod-form >= 1.6 && < 1.7+ , yesod-form >= 1.6 && < 1.8 if flag(network-uri) build-depends: network-uri >= 2.6