packages feed

network-msg 0.5 → 0.6

raw patch · 2 files changed

+5/−5 lines, 2 files

Files

Network/Socket/Msg/Internal.hs view
@@ -11,8 +11,8 @@ import Foreign.Ptr (Ptr) import System.Posix.Types (CSsize(..)) -foreign import ccall unsafe "sendmsg"+foreign import ccall "sendmsg"   c_sendmsg :: CInt -> Ptr MsgHdr -> CInt -> IO CSsize -foreign import ccall unsafe "recvmsg"+foreign import ccall "recvmsg"   c_recvmsg :: CInt -> Ptr MsgHdr -> CInt -> IO CSsize
network-msg.cabal view
@@ -1,9 +1,9 @@ name: network-msg-version: 0.5+version: 0.6 category: Network build-type: Simple  cabal-version: >= 1.6-maintainer: Lana Black <sickmind@i2pmail.org>+maintainer: Lana Black <lanablack@amok.cc> license: OtherLicense  license-file: LICENSE synopsis: Recvmsg and sendmsg bindings.@@ -33,4 +33,4 @@  source-repository head   type: git-  location: git://bitbucket.org/braindamaged/network-msg.git+  location: git://github.com/greydot/network-msg.git