packages feed

streaming-bytestring 0.1.4.3 → 0.1.4.4

raw patch · 1 files changed

+5/−3 lines, 1 filesdep ~transformers

Dependency ranges changed: transformers

Files

streaming-bytestring.cabal view
@@ -1,5 +1,5 @@ name:                streaming-bytestring-version:             0.1.4.3+version:             0.1.4.4 synopsis:            effectful byte steams, or: bytestring io done right.  description:         This is an implementation of effectful, memory-constrained @@ -8,7 +8,9 @@                      .                      The implementation follows the                      details of @Data.ByteString.Lazy@ and @Data.ByteString.Lazy.Char8@-                     in unrelenting detail, replacing the lazy bytestring type:+                     in unrelenting detail, omitting only transparently non-streaming+                     operations like @reverse@. It is just a question of replacing +                     the lazy bytestring type:                      .                      > data ByteString     = Empty   | Chunk Strict.ByteString ByteString                      .@@ -180,7 +182,7 @@                      , bytestring                      , mtl >=2.1 && <2.3                      , mmorph >=1.0 && <1.2-                     , transformers >=0.3 && <0.5.2+                     , transformers >=0.3 && <0.6                      , transformers-base                      , streaming >=  0.1.4.0 && < 0.1.4.5                      , resourcet