packages feed

splice 0.3 → 0.3.1

raw patch · 1 files changed

+3/−3 lines, 1 filesPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

API changes (from Hackage documentation)

+ System.IO.Splice.Linux: c_splice :: Fd -> Ptr (Int64) -> Fd -> Ptr (Int64) -> ChunkSize -> Word -> IO (Int32)
+ System.IO.Splice.Linux: sPLICE_F_MORE :: Word
+ System.IO.Splice.Linux: sPLICE_F_MOVE :: Word
+ System.IO.Splice.Linux: sPLICE_F_NONBLOCK :: Word
+ System.IO.Splice.Linux: type ChunkSize = Word32
- Network.Socket.Splice: type ChunkSize = Int
+ Network.Socket.Splice: type ChunkSize = ChunkSize

Files

splice.cabal view
@@ -1,5 +1,5 @@ name:          splice-version:       0.3+version:       0.3.1 stability:     stable on Linux, experimental on other operating systems synopsis:      Socket to Socket Data Splicing (supports all operating systems) description:   A library that implements most efficient socket to socket@@ -24,7 +24,7 @@ license-file:  LICENSE author:        Cetin Sert <fusion@corsis.eu> maintainer:    Cetin Sert <fusion@corsis.eu>-homepage:      http://fusion.corsis.eu+homepage:      https://github.com/corsis/splice category:      Network build-type:    Simple cabal-version: >=1.2@@ -34,7 +34,7 @@  flag portable     description: explicitly enable portable splice implemented in Haskell-    default    : True+    default    : False   library