lpeterse / haskell-socket

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

Add `Typeable` and `Deepseq` instances. #32

Closed lpeterse closed 7 years ago

lpeterse commented 7 years ago

To avoid orphan instances and hassle for the library user.