streaming-utils 0.1.0.0 → 0.1.0.1
raw patch · 1 files changed
+18/−3 lines, 1 files
Files
- streaming-utils.cabal +18/−3
streaming-utils.cabal view
@@ -1,7 +1,15 @@ name: streaming-utils-version: 0.1.0.0-synopsis: utilities for http-client, attoparsec, pipes etc with streaming and streaming-bytestring-description: Experimental http-client, attoparsec and pipes utilities streaming and streaming-bytestring+version: 0.1.0.1+synopsis: http, attoparsec and pipes utilities for streaming and streaming-bytestring+description: Experimental http-client, attoparsec 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.+ Other modules are planned. + .+ This package of course heaps together a number of dependencies. + Please raise an issue if this is a problem. Questions about usage can be+ raised as issue or addressed to the + <https://groups.google.com/forum/#!forum/haskell-pipes pipes list>. license: BSD3 license-file: LICENSE@@ -12,6 +20,13 @@ build-type: Simple -- extra-source-files: cabal-version: >=1.10+stability: Experimental+homepage: https://github.com/michaelt/streaming-utils+bug-reports: https://github.com/michaelt/streaming-utils/issues+category: Data, Pipes, Streaming+source-repository head+ type: git+ location: https://github.com/michaelt/streaming-utils library exposed-modules: Data.Attoparsec.ByteString.Streaming,