json-incremental-decoder 0.1.0.3 → 0.1.1
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~QuickCheckdep ~ghc-primPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: QuickCheck, ghc-prim
API changes (from Hackage documentation)
Files
json-incremental-decoder.cabal view
@@ -1,7 +1,7 @@ name: json-incremental-decoder version:- 0.1.0.3+ 0.1.1 synopsis: Incremental JSON parser with early termination and a declarative DSL category:@@ -67,7 +67,7 @@ supplemented >= 0.5 && < 0.6, transformers >= 0.4 && < 0.6, -- - ghc-prim >= 0.3 && < 0.5,+ ghc-prim >= 0.3 && < 0.6, base >= 4.7 && < 5, base-prelude < 2 @@ -94,6 +94,6 @@ tasty-smallcheck == 0.8.*, tasty-hunit == 0.9.*, quickcheck-instances >= 0.3.11 && < 0.4,- QuickCheck >= 2.8.1 && < 2.9,+ QuickCheck >= 2.8.1 && < 3, -- rebase >= 0.4 && < 2