amazon-emailer 0.3.0.0 → 0.3.0.1
raw patch · 1 files changed
+5/−6 lines, 1 files
Files
- amazon-emailer.cabal +5/−6
amazon-emailer.cabal view
@@ -1,24 +1,23 @@ name: amazon-emailer-version: 0.3.0.0-synopsis: A queue daemon for working with Amazon's Simple Email Service with a- PostgreSQL table as a queue.+version: 0.3.0.1+synopsis: A queue daemon for Amazon's SES with a PostgreSQL table as a queue. description: This application checks every second for messages in a queue table, if there exist some that haven't been sent, it grabs a specified number out (based on what your current send rate is), sends them, marks them as sent, and goes back to sleep.-homepage: http://hub.darcs.net/dbp/amazon-emailer+homepage: https://github.com/dbp/amazon-emailer license: BSD3 license-file: LICENSE author: Daniel Patterson maintainer: dbp@dbpmail.net--- copyright: +-- copyright: category: Network build-type: Simple cabal-version: >=1.8 executable amazon-emailer main-is: Mailer.hs- -- other-modules: + -- other-modules: Build-depends: base == 4.*, resourcet == 0.4.*,