streaming-utils 0.2.3.0 → 0.2.4.0
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~streaming-bytestring
Dependency ranges changed: streaming-bytestring
Files
- Changelog.md +4/−0
- streaming-utils.cabal +2/−2
Changelog.md view
@@ -1,3 +1,7 @@+# 0.2.4.0++- Build with `streaming-bytestring-0.3.0`+ # 0.2.3.0 - Build with `bytestring` 0.11.
streaming-utils.cabal view
@@ -1,5 +1,5 @@ name: streaming-utils-version: 0.2.3.0+version: 0.2.4.0 synopsis: http, attoparsec, pipes and other utilities for the streaming libraries description: This package includes http-client, aeson, attoparsec, zlib and pipes utilities for use with@@ -68,7 +68,7 @@ mtl >=2.2 && <2.3, attoparsec > 0.13.0.0 && < 0.15, streaming >= 0.2 && < 0.3,- streaming-bytestring >= 0.1 && < 0.3,+ streaming-bytestring >= 0.1 && < 0.4, bytestring > 0.10 && < 0.12, pipes >= 4.0 && < 4.4, network-simple,