sendfile 0.7.11.5 → 0.7.11.6
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
- sendfile.cabal +2/−2
sendfile.cabal view
@@ -1,5 +1,5 @@ name: sendfile-version: 0.7.11.5+version: 0.7.11.6 stability: provisional synopsis: A portable sendfile library description: A library which exposes zero-copy sendfile functionality in a portable way. If a platform does not support sendfile, a fallback implementation in haskell is provided.@@ -46,7 +46,7 @@ build-depends: base >= 3 && < 5, bytestring >= 0.9.1.4 && < 0.13,- network >= 2 && < 3.2+ network >= 2 && < 3.3 ghc-options: -Wall