network-transport 0.2.0.1 → 0.2.0.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~bytestringPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: bytestring
API changes (from Hackage documentation)
Files
- network-transport.cabal +2/−2
network-transport.cabal view
@@ -1,5 +1,5 @@ Name: network-transport-Version: 0.2.0.1+Version: 0.2.0.2 Cabal-Version: >=1.6 Build-Type: Simple License: BSD3 @@ -66,7 +66,7 @@ Library Build-Depends: base >= 4.3 && < 5, binary >= 0.5 && < 0.6,- bytestring >= 0.9 && < 0.10,+ bytestring >= 0.9 && < 0.11, transformers >= 0.2 && < 0.4 Exposed-Modules: Network.Transport, Network.Transport.Util