json-stream 0.4.4.1 → 0.4.4.2
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~aesonPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson
API changes (from Hackage documentation)
Files
- changelog.md +4/−0
- json-stream.cabal +2/−2
changelog.md view
@@ -1,3 +1,7 @@+# 0.4.4.2++- aeson-2.1+ # 0.4.4.1 - added objectKeyValues (Dylan Simon)
json-stream.cabal view
@@ -1,5 +1,5 @@ name: json-stream-version: 0.4.4.1+version: 0.4.4.2 synopsis: Incremental applicative JSON parser description: Easy to use JSON parser fully supporting incremental parsing. Parsing grammar in applicative form.@@ -45,7 +45,7 @@ build-depends: base >=4.7 && <5 , bytestring , text- , aeson >= 0.7 && < 2.1+ , aeson >= 0.7 && < 2.2 , vector , unordered-containers , scientific