packages feed

sendfile 0.7.11.3 → 0.7.11.4

raw patch · 2 files changed

+2/−2 lines, 2 filesdep ~bytestringPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: bytestring

API changes (from Hackage documentation)

Files

sendfile.cabal view
@@ -1,5 +1,5 @@ name:          sendfile-version:       0.7.11.3+version:       0.7.11.4 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.
src/Network/Socket/SendFile/Win32.hsc view
@@ -6,7 +6,7 @@ import Foreign.C.Error (throwErrnoIf) import Foreign.C.Types (CInt(..)) import Foreign.Marshal.Alloc (alloca)-import Foreign.Ptr (IntPtr, Ptr, intPtrToPtr, nullPtr)+import Foreign.Ptr (IntPtr(..), Ptr, intPtrToPtr, nullPtr) import Foreign.Storable (peek) import Network.Socket.SendFile.Iter (Iter(..),runIter) import System.Posix.Types (Fd(..))