name: hworker-ses version: 0.1.0.0 x-revision: 1 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 == 0.1.* , time < 1.8 , aeson < 1.2 , text < 1.3 , amazonka < 0.4 , amazonka-ses < 0.4 , lens < 4.13 , unordered-containers < 0.3 default-language: Haskell2010 source-repository head type: git location: https://github.com/dbp/hworker-ses