ismtp-4.0.2: ismtp.cabal
Name: ismtp
Version: 4.0.2
Category: Network
Synopsis: Advanced ESMTP library
Maintainer: Ertugrul Söylemez <es@ertes.de>
Author: Ertugrul Söylemez <es@ertes.de>
Copyright: (c) 2011 Ertugrul Söylemez
License: BSD3
License-file: LICENSE
Build-type: Simple
Stability: stable
Cabal-version: >= 1.6
Description:
This library provides fast, incremental, iteratee-based client-side
ESMTP sessions for mail exchangers and other mail transfer agents.
Library
Build-depends:
base >= 4 && < 5,
bytestring >= 0.9.1,
containers >= 0.4.0,
contstuff >= 1.2.6,
dnscache >= 1.1.0,
enumerator >= 0.4.16,
lifted-base >= 0.1.0,
monad-control >= 0.3.0,
netlines >= 1.0.0,
network >= 2.2.1,
vector >= 0.9
Extensions:
FlexibleContexts
GHC-Options: -W
Exposed-modules:
Network.Smtp
Network.Smtp.Connect
Network.Smtp.Ext.Auth
Network.Smtp.Monad
Network.Smtp.Session
Network.Smtp.Simple
Network.Smtp.Tools
Network.Smtp.Types
-- Executable ismtp-test
-- Build-depends:
-- base >= 4 && <= 5,
-- cmdargs >= 0.6.8,
-- unix
-- GHC-Options: -W -threaded
-- Main-is: Test.hs