hjsonschema 1.5.0.0 → 1.5.0.1
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~directorydep ~hspecPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: directory, hspec
API changes (from Hackage documentation)
Files
- changelog.md +4/−0
- hjsonschema.cabal +3/−3
changelog.md view
@@ -1,3 +1,7 @@+# 1.5.0.1+++ Raise test dep upper bounds.+ # 1.5.0.0 + Report details of `"required"` validator failure.
hjsonschema.cabal view
@@ -1,5 +1,5 @@ name: hjsonschema-version: 1.5.0.0+version: 1.5.0.1 synopsis: JSON Schema library homepage: https://github.com/seagreen/hjsonschema license: MIT@@ -119,8 +119,8 @@ , vector -- directory-1.2.5 required for `listDirectory`:- , directory >= 1.2.5 && < 1.4- , hspec >= 2.2 && < 2.4+ , directory >= 1.2.5 && < 2.0+ , hspec >= 2.2 && < 3.0 test-suite remote hs-source-dirs: