packages feed

json-schema 0.7.1.0 → 0.7.1.1

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~generic-derivingPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: generic-deriving

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # Changelog +#### 0.7.1.1++* Allow `generic-deriving 1.7.*`+ ### 0.7.1.0  * Export `GJSONSchema` type to allow clients to write type signatures for `gSchema` and `gSchemaWithSettings`.
json-schema.cabal view
@@ -1,5 +1,5 @@ name:                json-schema-version:             0.7.1.0+version:             0.7.1.1 synopsis:            Types and type classes for defining JSON schemas. description:         Types and type classes for defining JSON schemas.                      .@@ -38,7 +38,7 @@     , aeson >= 0.7 && < 0.9     , containers >= 0.3 && < 0.6     , generic-aeson == 0.2.*-    , generic-deriving == 1.6.*+    , generic-deriving >= 1.6 && < 1.8     , mtl >= 2.1 && < 2.3     , scientific == 0.3.*     , tagged >= 0.2 && < 0.8