packages feed

json-assertions 1.0.10 → 1.0.11

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~aesonPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: aeson

API changes (from Hackage documentation)

Files

changelog view
@@ -1,3 +1,7 @@+# Version 1.0.11++* Increase upper bound of `aeson`+ # Version 1.0.10  * Increase upper bound of `aeson` and `lens`
json-assertions.cabal view
@@ -1,5 +1,5 @@ name: json-assertions-version: 1.0.10+version: 1.0.11 synopsis: Test that your (Aeson) JSON encoding matches your expectations homepage: http://github.com/ocharles/json-assertions.git license: BSD3@@ -15,7 +15,7 @@ library   exposed-modules:     Test.JSON.Assertions   build-depends:-    aeson >= 0.7 && < 1.3,+    aeson >= 0.7 && < 1.4,     base >= 4.5 && < 5,     indexed >= 0.1,     indexed-free >= 0.3,