network-run

Simple network runner library

Version on this page:0.3.1
LTS Haskell 22.38:0.2.8
Stackage Nightly 2024-10-11:0.4.1
Latest on Hackage:0.4.1

See all snapshots network-run appears in

BSD-3-Clause licensed by Kazu Yamamoto
Maintained by [email protected]
This version can be pinned in stack with:network-run-0.3.1@sha256:73f11cacc3dd92ea9a8975dd230002cf35f173aaa0c94dfdeb8c714c42cb2c35,968

Module documentation for 0.3.1

Used by 3 packages in nightly-2024-07-13(full list with versions):

Simple functions to run network clients and servers.

Changes

Revision history for network-run

0.3.1

  • Using close instead of gracefulClose for client #5

0.3.0

  • Specifying IPv6Only #4

0.2.8

  • runTCPClient specifies AI_ADDRCONFIG.

0.2.7

  • Introduce runTCPServerWithSocket #3

0.2.6

  • Adding the Network.Run.TCP.Timeout module.

0.2.5

  • Making accept breakable on windows #2