haskell-socket icon indicating copy to clipboard operation
haskell-socket copied to clipboard

A Haskell binding to the POSIX sockets API

Results 16 haskell-socket issues
Sort by recently updated
recently updated
newest added

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,...

documentation

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 :)

I've manually confirmed that relaxing the bytestring bound to `< 0.13` is fine. See also #70.

Currently, tests are failing on aarch64-darwin: > connect to closed port on inetNone: FAIL > Exception: eAddressFamilyNotSupported > HasCallStack backtrace: > collectBacktraces, called at libraries/ghc-internal/src/GHC/Internal/Exception.hs:169:13 in ghc-internal:GHC.Internal.Exception > toExceptionWithBacktrace, called...