name: conduit-connection version: 0.1.0.0 synopsis: Conduit source and sink for Network.Connection. description: @conduit-connection@ provides a @conduit@ source and sink based on @connection@. homepage: https://github.com/sdroege/conduit-connection license: BSD3 license-file: LICENSE author: Sebastian Dröge maintainer: slomo@coaxion.net category: Network, Conduit build-type: Simple cabal-version: >=1.10 library exposed-modules: Network.Connection.Conduit build-depends: base == 4.* , transformers >= 0.2 && < 0.5 , bytestring >=0.10 && <0.11 , resourcet >= 1.1 && < 1.2 , conduit >=1.1 && <1.2 , connection >=0.2 && <0.3 default-language: Haskell2010 ghc-options: -Wall source-repository head type: git location: git://github.com/sdroege/conduit-connection.git