name: network-msg version: 0.1 category: Network build-type: Simple cabal-version: >= 1.6 maintainer: Lana Black license: OtherLicense license-file: LICENSE synopsis: Recvmsg and sendmsg bindings. description: Bindings to sendmsg and recvmsg POSIX functions. library exposed-modules: Network.Socket.Msg other-modules: Network.Socket.Msg.Internal Network.Socket.Msg.CMsg Network.Socket.Msg.IOVec Network.Socket.Msg.MsgHdr c-sources: cbits/cmsg.c build-depends: base >= 4 && < 5, bytestring, network, unix extensions: CPP, ForeignFunctionInterface ghc-options: -Wall -fwarn-tabs source-repository head type: git location: git://bitbucket.org/braindamaged/network-msg.git