packages feed

json-incremental-decoder 0.1.1 → 0.1.2

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~vectorPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: vector

API changes (from Hackage documentation)

Files

json-incremental-decoder.cabal view
@@ -1,7 +1,7 @@ name:   json-incremental-decoder version:-  0.1.1+  0.1.2 synopsis:   Incremental JSON parser with early termination and a declarative DSL category:@@ -57,7 +57,7 @@     text == 1.*,     scientific == 0.3.*,     unordered-containers >= 0.2.6 && < 0.3,-    vector >= 0.10 && < 0.12,+    vector >= 0.10 && < 0.13,     hashable >= 1.2 && < 2,     --     success >= 0.2.6 && < 0.3,