On 10/21/14, Jeffrey Brown <jeffbrown.the@gmail.com> wrote:
> There is a UDP library
> <http://hackage.haskell.org/package/network-conduit-0.6.1.1/docs/Data-Conduit-Network-UDP.html>
> for Haskell, which I presume could serve as an alternative to the RWH code, but
> I don't understand it.
Here's a fully working UDP echo server:
http://www.haskell.org/pipermail/haskell-cafe/2007-January/021280.html
No special package needed, merely import the humble, dependable Network.Socket.
-- Kim-Ee