Hackage is reporting a build failure relating to cryptocipher, a library which is no longer required with newer versions of tls/tls-extra. Explicitly setting these library dependencies to the version I have installed locally in order to try and resolve the build failure. |
||
|---|---|---|
| examples | ||
| src/Network/HaskellNet | ||
| .gitignore | ||
| HaskellNet-SSL.cabal | ||
| LICENSE | ||
| README.md | ||
| Setup.hs | ||
HaskellNet-SSL
This package ties together the excellent HaskellNet and connection packages to make it easy to open IMAP and SMTP connections over SSL. This is a simple "glue" library; all credit for a) connecting to IMAP/SMTP servers and b) making an SSL connection goes to the aforementioned libraries.