Cabal revisions of network-transport-composed-0.2.0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: network-transport-composed-version: 0.2.0.1-synopsis: Compose network transports-homepage: http://haskell-distributed.github.com-license: BSD3-license-file: LICENSE-author: Edsko de Vries-maintainer: edsko@well-typed.com, watson.timothy@gmail.com-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.5- hs-source-dirs: src- ghc-options: -Wall- extensions: BangPatterns+name: network-transport-composed +version: 0.2.0.1 +x-revision: 1 +synopsis: Compose network transports +homepage: http://haskell-distributed.github.com +license: BSD3 +license-file: LICENSE +author: Edsko de Vries +maintainer: Facundo Dominguez <facundo.dominguez@tweag.io> +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.5 + hs-source-dirs: src + ghc-options: -Wall + extensions: BangPatterns