name: hworker-ses version: 0.1.1.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 , time , aeson , text -- https://github.com/brendanhay/amazonka/issues/348 , amazonka >= 1 && < 1.4.4 , amazonka-core >= 1 && < 1.4.4 , amazonka-ses >= 1 && < 1.4.4 , lens , unordered-containers default-language: Haskell2010 source-repository head type: git location: https://github.com/dbp/hworker-ses