audreyt / network-multicast

[Haskell] The "Network.Multicast" module is for sending UDP datagrams over multicast (class D) addresses.
http://github.com/audreyt/network-multicast
Other
23 stars 12 forks source link

Fixes #7 #8

Closed adinapoli closed 11 years ago

adinapoli commented 11 years ago

Probably you are on Linux, that's why the pragma never kicked in and you never noticed the error :)

I've also added explicit type signature for a bit more clarity. Finally, you need to sort out the package version, there is a bit of misalignment between what the cabal manifest says and the uploaded version on Hackage.