json-schema 0.7.3.0 → 0.7.3.1
raw patch · 3 files changed
+7/−3 lines, 3 filesdep ~aeson-utils
Dependency ranges changed: aeson-utils
Files
- CHANGELOG.md +4/−0
- README.md +1/−1
- json-schema.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Changelog +#### 0.7.3.1++* test-suite: Allow `aeson-utils 0.3.*`+ ### 0.7.3.0 * Add `JSONSchema` instances for all standard Num types and Scientific.
README.md view
@@ -2,7 +2,7 @@ [](https://travis-ci.org/silkapp/json-schema) -`json-schema` is like XML schemas, but for JSON.+`json-schema` is like XML schemas, but for JSON. It's haskell specific and has no relation to json-schema.org. The package provides
json-schema.cabal view
@@ -1,5 +1,5 @@ name: json-schema-version: 0.7.3.0+version: 0.7.3.1 synopsis: Types and type classes for defining JSON schemas. description: Types and type classes for defining JSON schemas. .@@ -59,7 +59,7 @@ build-depends: base , aeson >= 0.7 && < 0.9- , aeson-utils == 0.2.*+ , aeson-utils >= 0.2 && < 0.4 , attoparsec >= 0.10 && < 0.13 , bytestring >= 0.10 && < 0.12 , generic-aeson == 0.2.*