persistent-test 2.13.0.4 → 2.13.1.0
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~persistentPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: persistent
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- persistent-test.cabal +2/−2
ChangeLog.md view
@@ -1,5 +1,9 @@ ## Unreleased changes +## 2.13.1.0++* Support `persistent-2.13.3.0` [#1341](https://github.com/yesodweb/persistent/pull/1341)+ ## 2.13.0.4 * `aeson-2.0` support
persistent-test.cabal view
@@ -1,5 +1,5 @@ name: persistent-test-version: 2.13.0.4+version: 2.13.1.0 license: MIT license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>@@ -75,7 +75,7 @@ , monad-logger >= 0.3.25 , mtl , path-pieces >= 0.2- , persistent >= 2.13 && < 2.14+ , persistent >= 2.13.3 && < 2.14 , QuickCheck >= 2.9 , quickcheck-instances >= 0.3 , random >= 1.1