haskell-socket
haskell-socket copied to clipboard
A Haskell binding to the POSIX sockets API
I'm using `socket-0.7` with GHC-8.0 and building on NixOS. The changelog for 0.8 does not indicate that this was addressed in the new release, but if upgrading will fix this,...
My program consumed upto 16Mb compiled with `socket` lib from branch 0.8.x.x. Now it uses 25Mb (or even more). Compiled with `GHC-8.0.2`, `LTS-8.3`. Heap profile for `socket-0.8.x.x`: ![socket-heap-0 8 x...
See summary, ideally this should also allow defining which interface should be used Thanks for working on this library :)