network-conduit 0.5.0.1 → 0.5.0.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~networkPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: network
API changes (from Hackage documentation)
Files
- network-conduit.cabal +2/−2
network-conduit.cabal view
@@ -1,5 +1,5 @@ Name: network-conduit-Version: 0.5.0.1+Version: 0.5.0.2 Synopsis: Stream socket data using conduits. Description: Stream socket data using conduits. License: BSD3@@ -29,7 +29,7 @@ build-depends: network >= 2.2.1 && < 2.2.3 , network-bytestring >= 0.1.3 && < 0.1.4 else- build-depends: network >= 2.3 && < 2.4+ build-depends: network >= 2.3 ghc-options: -Wall test-suite test