json-schema 0.7.3.5 → 0.7.3.6
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~aesonPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- json-schema.cabal +3/−3
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Changelog +#### 0.7.3.6++* Allow `aeson 0.9.*`+ #### 0.7.3.5 * Allow `attoparsec 0.13.*`
json-schema.cabal view
@@ -1,5 +1,5 @@ name: json-schema-version: 0.7.3.5+version: 0.7.3.6 synopsis: Types and type classes for defining JSON schemas. description: Types and type classes for defining JSON schemas. .@@ -35,7 +35,7 @@ Data.JSON.Schema.Validate build-depends: base >= 4.4 && < 5- , aeson >= 0.7 && < 0.9+ , aeson >= 0.7 && < 0.10 , containers >= 0.3 && < 0.6 , generic-aeson == 0.2.* , generic-deriving >= 1.6 && < 1.8@@ -63,7 +63,7 @@ Test.Validate build-depends: base >= 4.4 && < 5- , aeson >= 0.7 && < 0.9+ , aeson >= 0.7 && < 0.10 , aeson-utils >= 0.2 && < 0.4 , attoparsec >= 0.10 && < 0.14 , bytestring >= 0.10 && < 0.12