uniform-io

Uniform IO over files, network, anything.

https://sealgram.com/git/haskell/uniform-io

Latest on Hackage:1.2.0.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

MIT licensed by Marcos Dumay de Medeiros
Maintained by [email protected]

This library defines a typeclass for abstracting the differences between the several IO channels available. It also includes implementations for standard IO, files and network IO, and easy to use TLS wrapping of network data, with an extensible interface for user supplied instances.

Currently there's no support for TLS certificate verification. That is planned to be added soon.

Requires a '-threaded' compiler switch.