Name: mime-mail-ses Version: 0.2.2.2 Synopsis: Send mime-mail messages via Amazon SES Homepage: http://github.com/snoyberg/mime-mail License: MIT License-file: LICENSE Author: Michael Snoyman Maintainer: michael@snoyman.com Category: Web Build-type: Simple Cabal-version: >=1.6 Library Exposed-modules: Network.Mail.Mime.SES Build-depends: base >= 4 && < 5 , base64-bytestring >= 0.1 , bytestring >= 0.9 , time >= 1.1 , old-locale , http-client >= 0.2.2.2 , http-client-conduit , http-conduit >= 0.2.0.1 , mime-mail >= 0.3 , transformers >= 0.2 , http-types >= 0.6.8 , xml-conduit , xml-types , text , conduit , cryptohash >= 0.7.3 , byteable ghc-options: -Wall