@hackage uniform-io0.2.0.0

Uniform IO over files, network, watever.

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 any of those. Currently TLS only wraps sockets, and there's no support for TLS certificate verification. Those are planned to be added soon. Requires a '-threaded' compiler switch.