packages feed

streaming-utils 0.1.4.5 → 0.1.4.6

raw patch · 2 files changed

+8/−23 lines, 2 filesdep ~aesondep ~pipes

Dependency ranges changed: aeson, pipes

Files

Streaming/Zip.hs view
@@ -87,14 +87,11 @@ -- -- See the "Codec.Compression.Zlib" module for details about -- 'Z.CompressionLevel' and 'Z.WindowBits'.---+ -- @--- 'compress' :: 'MonadIO' m---          => 'Z.CompressionLevel'---          -> 'Z.WindowBits'---          -> 'ByteString' m r---          -> 'ByteString' m r+-- 'compress' 'defaultCompression' 'defaultWindowBits' :: 'MonadIO' m => 'ByteString' m r -> 'ByteString' m r -- @+--  compress   :: MonadIO m   => CompressionLevel@@ -145,12 +142,7 @@ windowBits = WindowBits  -- | Decompress a gzipped byte stream.------ @--- 'gunzip' :: 'MonadIO' m---            => 'ByteString' m r---            -> 'ByteString' m r--- @+ gunzip   :: MonadIO m   => ByteString m r -- ^ Compressed stream@@ -171,13 +163,7 @@   -- | Compress a byte stream in the gzip format.------ @--- 'gzip' :: 'MonadIO' m---          => 'ZC.CompressionLevel'---          -> 'ByteString' m r---          -> 'ByteString' m r--- @+ gzip   :: MonadIO m   => CompressionLevel
streaming-utils.cabal view
@@ -1,5 +1,5 @@ name:                streaming-utils-version:             0.1.4.5+version:             0.1.4.6 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@@ -71,13 +71,12 @@                        streaming >=  0.1.4.0 && < 0.1.4.8,                        streaming-bytestring >= 0.1.4.0 && < 0.1.4.8,                        bytestring > 0.10.0 && < 0.11.0,-                       pipes >= 4.0 && < 4.3,+                       pipes >= 4.0 && < 4.4,                        network-simple,                        network, -                 --      pipes-concurrency >= 2.0 && < 2.1,                         http-client >=0.2 && <0.6,                         http-client-tls,-                       aeson > 0.8 && <0.11.3,+                       aeson > 0.8 && <1.2,                        json-stream > 0.4.0 && < 0.4.2,                        resourcet > 1.0 && < 1.2,                        streaming-commons > 0.1.0 && < 0.1.17