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

Fix compatibility with network-3.0 #19

Closed bolt12 closed 5 years ago

bolt12 commented 5 years ago

I just fixed some minor things to get it working with the most recent version of network and the fact that Network.BSD belongs to a new different package.

bolt12 commented 5 years ago

@ocramz I see you're the maintainer. Should I make a PR on your repo instead?

ocramz commented 5 years ago

@bolt12 I was about to ask your thoughts regarding backward compatibility of this patch, since we don't have CI in place and I can't test it by hand atm.

audreyt commented 5 years ago

In order to test by hand, there are a couple .hs files in examples/ that would also be great to update.