network-bytestring 0.1.3.1 → 0.1.3.2
raw patch · 2 files changed
+5/−5 lines, 2 files
Files
Network/Socket/ByteString/Lazy.hsc view
@@ -25,13 +25,13 @@ ( #if !defined(mingw32_HOST_OS) -- * Send data to a socket- send- , sendAll+ send,+ sendAll, #endif -- * Receive data from a socket- , getContents- , recv+ getContents,+ recv ) where import Control.Monad (liftM)
network-bytestring.cabal view
@@ -1,5 +1,5 @@ name: network-bytestring-version: 0.1.3.1+version: 0.1.3.2 synopsis: Fast, memory-efficient, low-level networking description: Fast, memory-efficient, low-level socket functions that use 'Data.ByteString's instead of 'String's.