name: ses-html version: 0.4.0.0 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, Network build-type: Simple cabal-version: >=1.10 description: Send html emails using Amazon's Simple Email Service and Blaze Templating in Haskell extra-source-files: README.md library exposed-modules: Network.SES hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall -fno-warn-unused-binds build-depends: base > 4 && < 5 , base64-bytestring , blaze-html , bytestring , byteable , cryptohash , http-streams , HsOpenSSL , tagsoup , time >= 1.6.0.1 source-repository head type: git location: https://github.com/dmjio/ses-html