Dear Cafe,

The network package [0] provides an extensible API for working with
sockets. I'm pleased to announce network-packet-linux [1], a small helper
package containing the types needed to use the network package with Linux
packet sockets [2].

The documentation [3] provides a short example of using network and
network-packet-linux for a simple packet sniffer.

Have a great weekend!

Mads

[0] https://hackage.haskell.org/package/network
[1] https://hackage.haskell.org/package/network-packet-linux
[2] https://man7.org/linux/man-pages/man7/packet.7.html
[3] https://hackage.haskell.org/package/network-packet-linux-0.1.1.0/docs/Network-Socket-Linux.html