packages feed

hjsonpointer 1.1.1 → 1.2.0

raw patch · 1 files changed

+11/−11 lines, 1 filesdep ~QuickCheckdep ~aesondep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: QuickCheck, aeson, base, hjsonpointer, hspec, http-types, semigroups, text, unordered-containers, vector

API changes (from Hackage documentation)

Files

hjsonpointer.cabal view
@@ -1,5 +1,5 @@ name:               hjsonpointer-version:            1.1.1+version:            1.2.0 synopsis:           JSON Pointer library homepage:           https://github.com/seagreen/hjsonpointer license:            MIT@@ -22,15 +22,15 @@   exposed-modules:     JSONPointer   build-depends:-      base                 >= 4.6  && < 4.10-    , aeson                >= 0.7  && < 1.3-    , hashable             >= 1.2  && < 1.3-    , QuickCheck           >= 2.8  && < 2.10-    , unordered-containers >= 0.2  && < 0.3-    , semigroups           >= 0.18 && < 1.0+      base                 >= 4.6 && < 4.10+    , aeson                >= 0.7+    , hashable             >= 1.2+    , QuickCheck           >= 2.8+    , unordered-containers >= 0.2+    , semigroups           >= 0.18       -- ^ for GHCs < 8-    , text                 >= 1.2  && < 1.3-    , vector               >= 0.10 && < 1.0+    , text                 >= 1.2+    , vector               >= 0.10  test-suite unit   hs-source-dirs:@@ -48,8 +48,8 @@       aeson     , base     , hjsonpointer-    , hspec                >= 2.2 && < 3.0-    , http-types           >= 0.8 && < 1.0+    , hspec                >= 2.2+    , http-types           >= 0.8     , QuickCheck     , unordered-containers     , text