pipes-network: Use network sockets together with the pipes library.
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.
Warnings:
- 'ghc-options: -O2' is rarely needed. Check that it is giving a real benefit and not just imposing longer compile times on your users.
- Exposed modules use unallocated top-level names: Pipes
Use network sockets together with the pipes
library.
This package is organized using the following namespaces:
Pipes.Network.TCP exports pipes and utilities for using TCP connections in a streaming fashion.
Pipes.Network.TCP.Safe subsumes Pipes.Network.TCP, exporting pipes and functions that allow you to safely establish new TCP connections within a pipeline using the
pipes-safe
facilities. You only need to use this module if you want to safely acquire and release operating system resources within a pipeline.
See the NEWS
file in the source distribution to learn about any
important changes between version.
[Skip to Readme]
Properties
Versions | 0.0.1, 0.0.2, 0.1.0, 0.1.0.1, 0.1.1.0, 0.2.0.0, 0.3.0.0, 0.4.0.0, 0.4.0.1, 0.4.0.2, 0.5.0.0, 0.5.1.0, 0.6.0, 0.6.1, 0.6.1, 0.6.2, 0.6.3, 0.6.4, 0.6.4.1, 0.6.5 |
---|---|
Change log | NEWS |
Dependencies | base (>=4 && <5), bytestring (>=0.9.2.1), network, network-simple (>=0.3 && <0.4), pipes (>=4.0 && <4.1), pipes-safe (>=2.0.1 && <2.1), transformers (>=0.2 && <0.4) [details] |
License | BSD-3-Clause |
Copyright | Copyright (c) Renzo Carbonara 2012-2013, Paolo Capriotti 2012-2012. |
Author | Renzo Carbonara |
Maintainer | renzocarbonaraλgmail.com |
Category | Pipes, Network |
Home page | https://github.com/k0001/pipes-network |
Bug tracker | https://github.com/k0001/pipes-network/issues |
Source repo | head: git clone git://github.com/k0001/pipes-network.git |
Uploaded | by RenzoCarbonara at 2013-11-24T18:57:19Z |
Modules
[Index]
- Pipes
Downloads
- pipes-network-0.6.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees