network-simple: Simple network sockets usage patterns.

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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]

Properties

Versions 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.2, 0.4.3, 0.4.4, 0.4.5
Change log changelog.md
Dependencies base (>=4.7 && <5), bytestring (>=0.9.2.1), exceptions (>=0.6), network (>=2.3), safe-exceptions, transformers (>=0.2) [details]
License BSD-3-Clause
Copyright Copyright (c) Renzo Carbonara 2013-2018
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 2018-07-31T18:02:01Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for network-simple-0.4.2

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