hjsonpointer 1.1.0.0 → 1.1.0.1
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~vectorPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: vector
API changes (from Hackage documentation)
Files
- changelog.md +4/−0
- hjsonpointer.cabal +2/−2
changelog.md view
@@ -1,3 +1,7 @@+# 1.1.0.1+++ Bump `vector`.+ # 1.1.0.0 + Rename the module to `JSONPointer`.
hjsonpointer.cabal view
@@ -1,5 +1,5 @@ name: hjsonpointer-version: 1.1.0.0+version: 1.1.0.1 synopsis: JSON Pointer library homepage: https://github.com/seagreen/hjsonpointer license: MIT@@ -30,7 +30,7 @@ , semigroups >= 0.18 && < 1.0 -- ^ for GHCs < 8 , text >= 1.2 && < 1.3- , vector >= 0.10 && < 0.12+ , vector >= 0.10 && < 1.0 test-suite unit hs-source-dirs: