name: network-transport-composed version: 0.2.1 synopsis: Compose network transports homepage: http://haskell-distributed.github.com license: BSD3 license-file: LICENSE author: Edsko de Vries maintainer: Facundo Dominguez bug-reports: http://github.com/haskell-distributed/network-transport-composed/issues copyright: (c) 2012 Well-Typed LLP category: Network build-type: Simple cabal-version: >=1.8 Source-Repository head Type: git Location: https://github.com/haskell-distributed/network-transport-composed library exposed-modules: Network.Transport.Composed build-depends: base >= 4.3 && < 5, bytestring, network-transport >= 0.4.0.0 && < 0.6 hs-source-dirs: src ghc-options: -Wall extensions: BangPatterns