network-simple: Simple network sockets usage patterns.

[ bsd3, library, network ] [ Propose Tags ]

This module exports functions that abstract simple network socket usage patterns.

See the changelog.md file in the source distribution to learn about any important changes between versions.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.0.1, 0.2.0.0, 0.2.0.1, 0.2.1.0, 0.3.0, 0.3.1, 0.4, 0.4.0.1, 0.4.0.2, 0.4.0.3, 0.4.0.4, 0.4.0.5, 0.4.1, 0.4.2, 0.4.3, 0.4.4, 0.4.5
Change log changelog.md
Dependencies base (>=4.7 && <5), bytestring, network (>=2.7), network-bsd (>=2.7), safe-exceptions, socks, transformers [details]
License BSD-3-Clause
Copyright Copyright (c) Renzo Carbonara 2013-2019
Author Renzo Carbonara
Maintainer renλren.zone
Category Network
Home page https://github.com/k0001/network-simple
Bug tracker https://github.com/k0001/network-simple/issues
Source repo head: git clone git://github.com/k0001/network-simple.git
Uploaded by RenzoCarbonara at 2019-06-12T22:20:55Z
Distributions Arch:0.4.5, LTSHaskell:0.4.5, NixOS:0.4.5, Stackage:0.4.5
Reverse Dependencies 33 direct, 29 indirect [details]
Downloads 20344 total (96 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-06-12 [all 1 reports]

Readme for network-simple-0.4.5

[back to package description]

network-simple

Build Status

Haskell library abstracting over simple network sockets usage patterns. Currently, only TCP sockets are supported. Support for UDP and Unix sockets is planned for future versions.

Check the source or rendered Haddocks for extensive documentation.

This code is licensed under the terms of the so called 3-clause BSD license. Read the file named LICENSE found in this same directory for details.

See the PEOPLE file to learn about the people involved in this effort.