packages feed

ses-html-0.2.1.2: ses-html.cabal

name:                ses-html
version:             0.2.1.2
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

library
  exposed-modules:     Network.SES
  hs-source-dirs:      src
  default-language:    Haskell2010
  ghc-options:         -Wall -fno-warn-unused-binds
  build-depends:       HsOpenSSL
                     , base >=4.2 && <5
                     , base64-bytestring
                     , blaze-html
                     , byteable
                     , bytestring
                     , cryptohash
                     , http-streams
                     , tagsoup
                     , time

source-repository head
   type: git
   location: https://github.com/dmjio/ses-html