network-transport-composed 0.2.0.0 → 0.2.0.1
raw patch · 1 files changed
+3/−5 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
network-transport-composed.cabal view
@@ -1,14 +1,13 @@ name: network-transport-composed-version: 0.2.0.0+version: 0.2.0.1 synopsis: Compose network transports--- description: 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: https://cloud-haskell.atlassian.net/browse/NTCOMP-copyright: Well-Typed LLP+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@@ -19,7 +18,6 @@ library exposed-modules: Network.Transport.Composed- -- other-modules: build-depends: base >= 4.3 && < 5, bytestring, network-transport >= 0.4.0.0 && < 0.5