name:                hworker-ses
version:             0.1.0.0
synopsis:            Library for sending email with Amazon's SES and hworker
description:         See README.
homepage:            http://github.com/dbp/hworker-ses
license:             ISC
license-file:        LICENSE
author:              Daniel Patterson
maintainer:          dbp@dbpmail.net
-- copyright:
category:            Web
build-type:          Simple
extra-source-files:  README.md CHANGELOG.md
cabal-version:       >=1.10

library
  hs-source-dirs:      src
  exposed-modules:     System.Hworker.SES
  build-depends:       base >= 4.7 && < 5
                     , hworker
                     , time
                     , aeson
                     , text
                     , amazonka
                     , amazonka-ses
                     , lens
                     , unordered-containers
  default-language:    Haskell2010

source-repository head
  type:     git
  location: https://github.com/dbp/hworker-ses