name: ses-html version: 0.2.0.1 synopsis: Send HTML formatted emails using Amazon's SES REST API with blaze license: BSD3 license-file: LICENSE author: David Johnson maintainer: djohnson.m@gmail.com copyright: David Johnson category: Web, AWS, Email build-type: Simple cabal-version: >=1.10 description: Send html emails using Amazon's Simple Email Service and Blaze Templating in Haskell library exposed-modules: Network.SES hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall -fno-warn-unused-binds build-depends: base >=4.7 && <4.8 , base64-bytestring , blaze-html , bytestring , byteable , cryptohash , http-streams , HsOpenSSL , old-locale , tagsoup , time