Cabal revisions of streaming-commons-0.1.9
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: streaming-commons version: 0.1.9+x-revision: 1 synopsis: Common lower-level functions needed by various streaming data libraries description: Provides low-dependency functionality commonly needed by various streaming data libraries, such as conduit and pipes. homepage: https://github.com/fpco/streaming-commons description: Use bytestring-builder package library+ build-depends: network <3+ exposed-modules: Data.Streaming.Blaze Data.Streaming.ByteString.Builder Data.Streaming.FileRead
revision 2
name: streaming-commons version: 0.1.9-x-revision: 1+x-revision: 2 synopsis: Common lower-level functions needed by various streaming data libraries description: Provides low-dependency functionality commonly needed by various streaming data libraries, such as conduit and pipes. homepage: https://github.com/fpco/streaming-commons license-file: LICENSE author: Michael Snoyman maintainer: michael@snoyman.com--- copyright: +-- copyright: category: Data build-type: Simple cabal-version: >=1.8 , random , process , stm- , text+ , text < 1.3 , transformers , zlib , bytestring , deepseq , network- , text+ , text < 1.3 , zlib if flag(use-bytestring-builder) build-depends: base , criterion , bytestring- , text+ , text < 1.3 main-is: count-chars.hs ghc-options: -Wall -O2 hs-source-dirs: bench build-depends: base , bytestring- , text+ , text < 1.3 main-is: decode-memory-usage.hs ghc-options: -Wall -O2 -with-rtsopts=-s