hjsonschema 1.6.2 → 1.6.3
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~QuickCheckdep ~hjsonpointerPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: QuickCheck, hjsonpointer
API changes (from Hackage documentation)
Files
- changelog.md +4/−0
- hjsonschema.cabal +3/−3
changelog.md view
@@ -1,3 +1,7 @@+# 1.6.3+++ Bump hjsonpointer and QuickCheck.+ # 1.6.2 + Bump aeson.
hjsonschema.cabal view
@@ -1,5 +1,5 @@ name: hjsonschema-version: 1.6.2+version: 1.6.3 synopsis: JSON Schema library homepage: https://github.com/seagreen/hjsonschema license: MIT@@ -66,14 +66,14 @@ , file-embed >= 0.0.8 && < 0.1 , filepath >= 1.3 && < 1.5 , hashable >= 1.2 && < 1.3- , hjsonpointer >= 1.1 && < 1.2+ , hjsonpointer >= 1.1 && < 1.3 -- 0.4.30 is for parseUrlThrow: , http-client >= 0.4.30 && < 0.6 , http-types >= 0.8 && < 0.10 , pcre-heavy >= 1.0 && < 1.1 , profunctors >= 5.0 && < 5.3 , protolude >= 0.1.10 && < 1.2- , QuickCheck >= 2.8 && < 2.10+ , QuickCheck >= 2.8 && < 2.11 , scientific >= 0.3 && < 0.4 , semigroups >= 0.18 && < 0.19 , unordered-containers >= 0.2 && < 0.3