hjsonschema 1.6.1 → 1.6.2
raw patch · 3 files changed
+10/−3 lines, 3 filesdep ~aesonPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson
API changes (from Hackage documentation)
Files
- README.md +2/−0
- changelog.md +5/−1
- hjsonschema.cabal +3/−2
README.md view
@@ -56,6 +56,8 @@ + `src/draft4.json` is from commit # c1b12bf699f29a04b4286711c6e3bbfba66f21e5 [here](https://github.com/json-schema/json-schema). The [root ref in remote ref](./JSON-Schema-Test-Suite/tests/draft4/refRemote.json) test has been modified to fix [#175](https://github.com/json-schema-org/JSON-Schema-Test-Suite/issues/175). ++ `.travis.yml` was created with `make_travis_yml_2.hs` commit # ea6c7d177a97bfbfb2fdc4deba943d60d2aff199.+ ## Credits [TJ Weigel](http://tjweigel.com/) created the logo.
changelog.md view
@@ -1,4 +1,8 @@-# 1.6.0+# 1.6.2+++ Bump aeson.++# 1.6.1 + Fix Haddocks.
hjsonschema.cabal view
@@ -1,5 +1,5 @@ name: hjsonschema-version: 1.6.1+version: 1.6.2 synopsis: JSON Schema library homepage: https://github.com/seagreen/hjsonschema license: MIT@@ -9,6 +9,7 @@ category: Data build-type: Simple cabal-version: >=1.10+tested-with: GHC == 7.8.4, GHC == 7.10.2, GHC == 8.0.1 extra-source-files: changelog.md JSON-Schema-Test-Suite/remotes/*.json@@ -59,7 +60,7 @@ build-depends: base >= 4.7 && < 4.10 -- 0.11 is for `.:!`:- , aeson >= 0.11 && < 1.2+ , aeson >= 0.11 && < 1.3 , bytestring >= 0.10 && < 0.11 , containers >= 0.5 && < 0.6 , file-embed >= 0.0.8 && < 0.1