packages feed

Cabal revisions of conduit-extra-1.1.1

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

revision 1
 Name:                conduit-extra Version:             1.1.1+x-revision: 1 Synopsis:            Batteries included conduit: adapters for common libraries. Description:     The conduit package itself maintains relative small dependencies. The purpose of this package is to collect commonly used utility functions wrapping other library dependencies, without depending on heavier-weight dependencies. The basic idea is that this package should only depend on haskell-platform packages and conduit.   if !os(windows)       Exposed-modules: Data.Conduit.Network.Unix -  Build-depends:       base                     >= 4            && < 5+  Build-depends:       base                     >= 4.5          && < 5                      , conduit                  >= 1.1          && < 1.2                         -- No version bounds necessary, since they're inherited                      , transformers-base                       , attoparsec               >= 0.10-                     , blaze-builder            >= 0.3+                     , blaze-builder            == 0.3.*                      , directory                      , filepath                      , network                  >= 2.3
revision 2
 Name:                conduit-extra Version:             1.1.1-x-revision: 1+x-revision: 2 Synopsis:            Batteries included conduit: adapters for common libraries. Description:     The conduit package itself maintains relative small dependencies. The purpose of this package is to collect commonly used utility functions wrapping other library dependencies, without depending on heavier-weight dependencies. The basic idea is that this package should only depend on haskell-platform packages and conduit.                      , network                  >= 2.3                      , primitive                >= 0.5                      , resourcet                >= 1.1-                     , streaming-commons        >= 0.1.2+                     , streaming-commons        >= 0.1.2 && < 0.2    ghc-options:     -Wall