packages feed

Cabal revisions of streaming-commons-0.1.0.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
  name:                streaming-commons version:             0.1.0.0+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                      , bytestring                      , directory                      , network
revision 2
  name:                streaming-commons version:             0.1.0.0-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     test/LICENSE.gz  library+  build-depends: network <3++  build-depends: text <1.3+   exposed-modules:     Data.Streaming.FileRead                        Data.Streaming.Filesystem                        Data.Streaming.Network
revision 3
  name:                streaming-commons version:             0.1.0.0-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     test/LICENSE.gz  library+  build-depends: base <4.16+   build-depends: network <3    build-depends: text <1.3
revision 4
--- Initial streaming-commons.cabal generated by cabal init.  For further +-- Initial streaming-commons.cabal generated by cabal init.  For further -- documentation, see http://haskell.org/cabal/users-guide/  name:                streaming-commons version:             0.1.0.0-x-revision: 3+x-revision: 4 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, Gabriel Gonzalez maintainer:          michael@snoyman.com--- copyright:           +-- copyright: category:            Data build-type:          Simple cabal-version:       >=1.8                      , bytestring                      , directory                      , network-                     , text+                     , text < 1.3                      , transformers                      , zlib                    , QuickCheck                   , bytestring                   , deepseq-                  , text+                  , text < 1.3                   , zlib    if os(windows)                   , text-stream-decode                   , criterion                   , bytestring-                  , text+                  , text < 1.3     main-is:        count-chars.hs     ghc-options:    -Wall -O2      build-depends:  base                   , text-stream-decode                   , bytestring-                  , text+                  , text < 1.3     main-is:        decode-memory-usage.hs     ghc-options:    -Wall -O2 -with-rtsopts=-s