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