packages feed

Cabal revisions of conduit-extra-1.1.7.1

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

revision 1
 Name:                conduit-extra Version:             1.1.7.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.3                         -- No version bounds necessary, since they're inherited
revision 2
 Name:                conduit-extra Version:             1.1.7.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.                      , process                      , resourcet                >= 1.1                      , stm-                     , streaming-commons        >= 0.1.10+                     , streaming-commons        >= 0.1.10 && < 0.2    ghc-options:     -Wall