BSD-3-Clause licensed by Renzo Carbonara
Maintained by renĪ»ren.zone
This version can be pinned in stack with:pipes-network-tls-0.4@sha256:798b364e94ff15e1dd9490c9b10bcc57a42b20be0bd1bce8724133afb78fe4e6,1877

Module documentation for 0.4

pipes-network-tls

Utilities to deal with TLS-secured network connections using the pipes, pipes-safe and tls libraries.

Currently, only TCP sockets are supported.

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.

Building the development version

Use cabal-meta:

cabal sandbox init
cabal-meta install -j

Changes

Version 0.4

*: COMPILER ASSISTED BREAKING CHANGE: We now depend on network-simple-0.4, which introduced some breaking changes. In pipes-network-tls, we merely replaced uses of ClientSettings and ServerSettings for ClientParams and ServerParams. Please refer to its changelog.

Version 0.3

  • BREAKING CHANGE: We now depend on network-simple-0.3, which introduced some breaking changes. Please refer to its changelog.

  • Remove Pipes.Safe.Base m ~ IO constraints.

  • Remove upper-bound constraints on all dependencies other than base.

Version 0.2.1

  • Dependency bumps.

Version 0.2.0

  • Significantly upgraded the API and renamed functions to play well with pipes-4.0, pipes-safe-2.0, pipes-network-0.6 and network-simple-tls-0.2.

  • Throw IOError in IO in order to report timeout errors. Delete the Timeout data-type.

Version 0.1.1.0

  • Re-export Network.Socket.withSocketsDo

Version 0.1.0.0

  • First release.