lpeterse / haskell-socket

A Haskell binding to the POSIX sockets API
MIT License
47 stars 10 forks source link

Export MessageFlags constructor. #22

Closed shlevy closed 7 years ago

shlevy commented 7 years ago

This is needed for socket-sctp, which passes a MessageFlags to sctp_sendmsg via FFI.

lpeterse commented 7 years ago

Thanks for the request. I'll prepare a new version for Hackage within the next days.

lpeterse commented 7 years ago

The new package is now on Hackage together with some other improvements (version socket-0.7.0.0).