packages feed

email-0.1.1: email.cabal

Name:                   email
Version:                0.1.1
Author:                 Johannes Weiss <weiss@tux4u.de>, Dirk Spoeri,
                        Gero Kriependorf
License:                BSD3
License-File:           LICENSE
Maintainer:             Johannes Weiss <weiss@tux4u.de>
Category:               Network
Synopsis:               Sending eMail in Haskell made easy
Cabal-Version:          >= 1.10
Build-Type:             Simple
Tested-With:            GHC == 7.0.4
Description:            A simple and small library for sending eMail.
Source-Repository head
  type:     git
  location: git://github.com/weissi/haskell-email.git

Library
    Default-Language:   Haskell2010
    Build-Depends:      base == 4.*, bytestring, HaskellNet, encoding == 0.6.*,
                        process, hsemail >= 1.5, old-locale, old-time, time,
                        parsec == 3.*, array
    Exposed-Modules:    Network.EmailSend
                        Network.EmailSend.SMTP
                        Network.EmailSend.SendMail
                        Data.Email
                        Data.EmailRepr
                        Data.EmailSerializer