hjsonpointer 1.1.0.2 → 1.1.1
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~aesonPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson
API changes (from Hackage documentation)
Files
- changelog.md +4/−0
- hjsonpointer.cabal +2/−2
changelog.md view
@@ -1,3 +1,7 @@+# 1.1.1+++ Bump aeson.+ # 1.1.0.2 + Raise test dep upper bounds.
hjsonpointer.cabal view
@@ -1,5 +1,5 @@ name: hjsonpointer-version: 1.1.0.2+version: 1.1.1 synopsis: JSON Pointer library homepage: https://github.com/seagreen/hjsonpointer license: MIT@@ -23,7 +23,7 @@ JSONPointer build-depends: base >= 4.6 && < 4.10- , aeson >= 0.7 && < 1.2+ , aeson >= 0.7 && < 1.3 , hashable >= 1.2 && < 1.3 , QuickCheck >= 2.8 && < 2.10 , unordered-containers >= 0.2 && < 0.3