Cabal revisions of network-conduit-0.5.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: network-conduit-Version: 0.5.0-Synopsis: Stream socket data using conduits.-Description: Stream socket data using conduits.-License: BSD3-License-file: LICENSE-Author: Michael Snoyman-Maintainer: michael@snoyman.com-Category: Data, Conduit, Network-Build-type: Simple-Cabal-version: >=1.8-Homepage: http://github.com/snoyberg/conduit-extra-source-files: test/main.hs--flag network-bytestring- default: False--Library- Exposed-modules: Data.Conduit.Network- Build-depends: base >= 4 && < 5- , transformers >= 0.2.2 && < 0.4- , bytestring >= 0.9- , conduit >= 0.5 && < 0.6- , lifted-base >= 0.1 && < 0.2- , monad-control >= 0.3 && < 0.4- if flag(network-bytestring)- build-depends: network >= 2.2.1 && < 2.2.3- , network-bytestring >= 0.1.3 && < 0.1.4- else- build-depends: network >= 2.3 && < 2.4- ghc-options: -Wall--test-suite test- hs-source-dirs: test- main-is: main.hs- type: exitcode-stdio-1.0- cpp-options: -DTEST- build-depends: conduit- , base- , network-conduit- ghc-options: -Wall -threaded--source-repository head- type: git- location: git://github.com/snoyberg/conduit.git+Name: network-conduit +Version: 0.5.0 +x-revision: 1 +Synopsis: Stream socket data using conduits. +Description: Stream socket data using conduits. +License: BSD3 +License-file: LICENSE +Author: Michael Snoyman +Maintainer: michael@snoyman.com +Category: Data, Conduit, Network +Build-type: Simple +Cabal-version: >=1.8 +Homepage: http://github.com/snoyberg/conduit +extra-source-files: test/main.hs + +flag network-bytestring + default: False + +Library + Exposed-modules: Data.Conduit.Network + Build-depends: base >= 4 && < 4.6 + , transformers >= 0.2.2 && < 0.4 + , bytestring >= 0.9 + , conduit >= 0.5 && < 0.6 + , lifted-base >= 0.1 && < 0.2 + , monad-control >= 0.3 && < 0.4 + if flag(network-bytestring) + build-depends: network >= 2.2.1 && < 2.2.3 + , network-bytestring >= 0.1.3 && < 0.1.4 + else + build-depends: network >= 2.3 && < 2.4 + ghc-options: -Wall + +test-suite test + hs-source-dirs: test + main-is: main.hs + type: exitcode-stdio-1.0 + cpp-options: -DTEST + build-depends: conduit + , base + , network-conduit + ghc-options: -Wall -threaded + +source-repository head + type: git + location: git://github.com/snoyberg/conduit.git