hjsonpointer 1.1.0.1 → 1.1.0.2
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~hspecdep ~http-typesPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hspec, http-types
API changes (from Hackage documentation)
Files
- changelog.md +4/−0
- hjsonpointer.cabal +3/−3
changelog.md view
@@ -1,3 +1,7 @@+# 1.1.0.2+++ Raise test dep upper bounds.+ # 1.1.0.1 + Bump `vector`.
hjsonpointer.cabal view
@@ -1,5 +1,5 @@ name: hjsonpointer-version: 1.1.0.1+version: 1.1.0.2 synopsis: JSON Pointer library homepage: https://github.com/seagreen/hjsonpointer license: MIT@@ -48,8 +48,8 @@ aeson , base , hjsonpointer- , hspec >= 2.2 && < 2.4- , http-types >= 0.8 && < 0.10+ , hspec >= 2.2 && < 3.0+ , http-types >= 0.8 && < 1.0 , QuickCheck , unordered-containers , text