Name: HaskellNet Version: 0.2.3 Author: Jun Mukai Maintainer: Robert Wills License: BSD3 Category: Network Homepage: https://patch-tag.com/r/wrwills/HaskellNet/home Description: Originally written for Google SOC, provides network related libraries such as POP3, SMTP, IMAP. All I have done is get the project to compile using cabal and check that these libraries basically work. Build-Depends: base >= 2 && < 4, haskell98, network, mtl, parsec, time, bytestring, pretty, array, Crypto, base64-string, containers, HaXml<1.19, old-locale, old-time Synopsis: network related libraries such as POP3, SMTP, IMAP cabal-version: >=1.2 build-type: Simple exposed-modules: Text.IMAPParsers, Text.Mime, Text.URI, Text.Bencode, Text.RSS, Text.Atom, HaskellNet.IMAP, HaskellNet.SMTP, HaskellNet.POP3, HaskellNet.BSStream, HaskellNet.Auth other-modules: Data.Record, Text.Packrat.Pos, Text.Packrat.Parse