Transformer for TCP connection with TLS and SOCKS support.
This library is a basic monadic wrapper over the connection
package. It provides a monad transformer which gives your monad stack the ability to maintain a single TCP connection, possibly over TLS and/or SOCKS.
This is very convenient for simple client applications which connect to a single server, but it is not enough for robust applications which want to automatically reconnect on errors. In the latter case, a reconnection and error handling layer can be added on top of the simple transformer provided here.
See the .cabal file for more info and link to project website the version control.
The official download location is Hackage:
http://hackage.haskell.org/package/monad-connect
This library is free software, and is committed to software freedom. It is released to the public domain using the CC0 Public Domain Dedication. For the boring "legal" details see the file 'COPYING'.
See the file 'INSTALL' for hints on installation. The file 'ChangeLog' explains how to see the history log of the changes done in the code. 'NEWS' provides a friendly overview of the changes for each release.