sendfile 0.7.11.4 → 0.7.11.5
raw patch · 1 files changed
+15/−3 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- sendfile.cabal +15/−3
sendfile.cabal view
@@ -1,5 +1,5 @@ name: sendfile-version: 0.7.11.4+version: 0.7.11.5 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.@@ -14,8 +14,20 @@ category: Network build-type: Simple cabal-version: >= 1.10-tested-with: GHC == 7.8.4, GHC == 7.10.2, GHC==8.0.1, GHC==8.2.2, GHC==8.4.1, GHC==8.6.5, GHC==8.8.3, GHC==8.10.1, GHC==9.0.1 +tested-with:+ GHC == 9.8.1+ GHC == 9.6.3+ GHC == 9.4.7+ GHC == 9.2.8+ GHC == 9.0.2+ GHC == 8.10.7+ GHC == 8.8.4+ GHC == 8.6.5+ GHC == 8.4.4+ GHC == 8.2.2+ GHC == 8.0.2+ flag portable description: Explicitly enable portable sendfile support (implemented in Haskell) default: False@@ -33,7 +45,7 @@ Network.Socket.SendFile.Util build-depends: base >= 3 && < 5,- bytestring >= 0.9.1.4 && < 0.12,+ bytestring >= 0.9.1.4 && < 0.13, network >= 2 && < 3.2 ghc-options: -Wall