hjsonpointer 0.2.0.1 → 0.2.0.2
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~aesondep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson, base
API changes (from Hackage documentation)
Files
- hjsonpointer.cabal +3/−3
hjsonpointer.cabal view
@@ -1,5 +1,5 @@ name: hjsonpointer-version: 0.2.0.1+version: 0.2.0.2 synopsis: JSON Pointer library homepage: https://github.com/seagreen/hjsonpointer license: MIT@@ -18,8 +18,8 @@ default-language: Haskell2010 default-extensions: OverloadedStrings ghc-options: -Wall- build-depends: aeson >= 0.8 && < 0.9- , base >= 4.7 && < 4.9+ build-depends: aeson >= 0.7 && < 0.9+ , base >= 4.6 && < 4.9 , unordered-containers >= 0.2 && < 0.3 , text >= 1.2 && < 1.3 , vector >= 0.10 && < 0.11