@hackage uniform-io1.2.0.0

Uniform IO over files, network, anything.

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.