BSD-3-Clause licensed
Maintained by Johan Tibell
This version can be pinned in stack with:network-2.6.2.1@sha256:ba77fadd6e95879e7cdd9e59aee5b533f085d912b0f02cbae8b90ea952d08c76,2863

network Build Status

To build this package using Cabal directly from git, you must run autoreconf before the usual Cabal build steps (configure/build/install). autoreconf is included in the GNU Autoconf tools. There is no need to run the configure script: the setup configure step will do this for you.

Changes

Version 2.6.2.1

  • Regenerate configure and HsNetworkConfig.h.in.

  • Better detection of CAN sockets.

Version 2.6.2.0

  • Add support for TCP_USER_TIMEOUT.

  • Don’t conditionally export the SockAddr constructors.

  • Add isSupportSockAddr to allow checking for supported address types at runtime.