ismtp-1.0.1: ismtp.cabal
Name: ismtp
Version: 1.0.1
Category: Network
Synopsis: Fast, incremental ESMTP sessions
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 SMTP sessions, so you can
control each aspect of the session. It uses iteratees and
blaze-builder for fast I/O.
Library
Build-depends:
attoparsec >= 0.8.2.0,
attoparsec-enumerator >= 0.2,
base >= 4 && <= 5,
blaze-builder >= 0.2.0.1,
bytestring >= 0.9.1.7,
containers >= 0.3.0.0,
dnscache >= 1.0.0,
enumerator >= 0.4.2,
network-fancy >= 0.1.5,
stm >= 2.1.2.1,
transformers >= 0.2.2.0
GHC-Options: -W
Exposed-modules:
Network.Smtp
Network.Smtp.Protocol
--Executable test
-- Build-depends:
-- base >= 4 && <= 5
-- GHC-Options: -W -threaded
-- Main-is: Test.hs