Cabal revisions of streaming-commons-0.1.8
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: streaming-commons version: 0.1.8+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 Data.Text.Internal.Encoding.Utf16 Data.Text.Internal.Encoding.Utf32 - build-depends: base >= 4 && < 5+ build-depends: base >= 4.4 && < 5 , array , blaze-builder >= 0.3 && < 0.4 , bytestring
revision 2
name: streaming-commons version: 0.1.8-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 README.md library+ build-depends: network <3+ exposed-modules: Data.Streaming.Blaze Data.Streaming.FileRead Data.Streaming.Filesystem
revision 3
name: streaming-commons version: 0.1.8-x-revision: 2+x-revision: 3 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 os(windows) 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