packages feed

ses-html-snaplet-0.1.0.0: ses-html-snaplet.cabal

name:                ses-html-snaplet
version:             0.1.0.0
synopsis:            Snaplet for the ses-html package
description:         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, Snap, Network
build-type:          Simple
cabal-version:       >=1.10

library
  exposed-modules:     Snap.Snaplet.SES
  hs-source-dirs:      src
  build-depends:       base >=4.7 && <4.8
                     , blaze-html >= 0.7.0.2
                     , bytestring >= 0.10.4.0
                     , configurator >= 0.3.0.0
                     , ses-html >= 0.2.0.1
                     , snap
                     , text
                     , transformers
  default-language:    Haskell2010

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