network-bytestring 0.1.2 → 0.1.2.1
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-bytestring.cabal +2/−2
network-bytestring.cabal view
@@ -1,5 +1,5 @@ name: network-bytestring-version: 0.1.2+version: 0.1.2.1 synopsis: Fast, memory-efficient, low-level networking description: Fast, memory-efficient, low-level socket functions that use 'Data.ByteString's instead of 'String's.@@ -28,7 +28,7 @@ build-depends: base < 4.1, bytestring < 1.0,- network >= 2.2.1 && < 2.3+ network >= 2.2.1.1 && < 2.3 extensions: CPP, ForeignFunctionInterface ghc-options: -Wall