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

[Last Documentation]

  • Network
    • Simple
      • Network.Simple.TCP

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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.6.3.0 && <3), safe-exceptions, socks, transformers [details]
License BSD-3-Clause
Copyright Copyright (c) Renzo Carbonara 2013-2019
Author Renzo Carbonara
Maintainer renλren.zone
Revised Revision 1 made by sjakobi at 2022-01-29T16:52:34Z
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-08T08:42:16Z
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 20349 total (79 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2019-06-08 [all 2 reports]

Readme for network-simple-0.4.4

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