json-schema 0.7.3.1 → 0.7.3.2
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~taggedPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: tagged
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- json-schema.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Changelog +#### 0.7.3.2++* Allow `tagged 0.8.*`+ #### 0.7.3.1 * test-suite: Allow `aeson-utils 0.3.*`
json-schema.cabal view
@@ -1,5 +1,5 @@ name: json-schema-version: 0.7.3.1+version: 0.7.3.2 synopsis: Types and type classes for defining JSON schemas. description: Types and type classes for defining JSON schemas. .@@ -41,7 +41,7 @@ , generic-deriving >= 1.6 && < 1.8 , mtl >= 2.1 && < 2.3 , scientific == 0.3.*- , tagged >= 0.2 && < 0.8+ , tagged >= 0.2 && < 0.9 , text >= 0.10 && < 1.3 , time >= 1.2 && < 1.6 , unordered-containers == 0.2.*