packages feed

streaming-utils 0.1.4.4 → 0.1.4.5

raw patch · 1 files changed

+5/−3 lines, 1 files

Files

streaming-utils.cabal view
@@ -1,9 +1,11 @@ name:                streaming-utils-version:             0.1.4.4-synopsis:            Experimental http-client, aeson, attoparsec, zlib and pipes utilities for use with+version:             0.1.4.5+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                      the <http://hackage.haskell.org/package/streaming streaming> and                       <http://hackage.haskell.org/package/streaming-bytestring streaming bytestring> libraries. -                     They generally closely follow similarly named modules in the pipes +                     The modules generally closely follow similarly named modules in the pipes                       \'ecosystem\', using similar function names, where possible.                       .                      Thus, for example, using the http client module, we might number the lines