packages feed

ismtp-2.0.1: ismtp.cabal

Name:          ismtp
Version:       2.0.1
Category:      Network
Synopsis:      Advanced ESMTP library
Maintainer:    Ertugrul Söylemez <es@ertes.de>
Author:        Ertugrul Söylemez <es@ertes.de>
Copyright:     (c) 2010 Ertugrul Söylemez
License:       BSD3
License-file:  LICENSE
Build-type:    Simple
Stability:     experimental
Cabal-version: >= 1.6
Description:

    This library provides fast, incremental client-side ESMTP sessions
    for mail exchangers and mail transfer agents.

Library
    Build-depends:
        base >= 4 && <= 5,
        bytestring >= 0.9.1.7,
        containers >= 0.3.0.0,
        contstuff >= 1.2.4,
        dnscache >= 1.0.1,
        enumerator >= 0.4.7,
        monad-peel >= 0.1,
        netlines >= 0.1.0,
        network >= 2.2.1.7,
        unix >= 2.4.0.2,
        vector >= 0.7.0.1
    GHC-Options: -W
    Exposed-modules:
        Network.Smtp
        Network.Smtp.Connect
        Network.Smtp.Monad
        Network.Smtp.Session
        Network.Smtp.Simple
        Network.Smtp.Tools
        Network.Smtp.Types

--Executable test
--    Build-depends:
--        base >= 4 && <= 5
--    GHC-Options: -W -threaded
--    Main-is: Test.hs