@hackage / uniform-io

Uniform IO over files, network, anything.

Latest1.2.0.0

About

Metadata

  • Last updated , by marcosdumay
  • License MIT
  • Categories Systems Programming
  • Maintained by: marcos@marcosdumay.com

  • Lottery factor: 0

Links

Installation

Readme

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.