amazonka-ses 0.0.2 → 0.0.3
raw patch · 2 files changed
+12/−11 lines, 2 filesdep ~amazonka-corePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: amazonka-core
API changes (from Hackage documentation)
Files
- README.md +9/−9
- amazonka-ses.cabal +3/−2
README.md view
@@ -8,17 +8,17 @@ ## Description - Amazon Simple Email Service (Amazon SES) is a cost-effective outbound-only- email-sending service built on the reliable and scalable infrastructure that- Amazon.com has developed to serve its own customer base. With Amazon SES, you- can send transactional email, marketing messages, or any other type of- high-quality content and you only pay for what you use. Along with high- deliverability, Amazon SES provides easy, real-time access to your sending- statistics and built-in notifications for bounces, complaints, and deliveries- to help you fine-tune your email-sending strategy.+Amazon Simple Email Service (Amazon SES) is a cost-effective outbound-only+email-sending service built on the reliable and scalable infrastructure that+Amazon.com has developed to serve its own customer base. With Amazon SES, you+can send transactional email, marketing messages, or any other type of+high-quality content and you only pay for what you use. Along with high+deliverability, Amazon SES provides easy, real-time access to your sending+statistics and built-in notifications for bounces, complaints, and deliveries+to help you fine-tune your email-sending strategy. Documentation is available via [Hackage](http://hackage.haskell.org/package/amazonka-ses)-and [AWS API Reference](http://docs.aws.amazon.com/ses/latest/APIReference/Welcome.html).+and the [AWS API Reference](http://docs.aws.amazon.com/ses/latest/APIReference/Welcome.html). ## Contribute
amazonka-ses.cabal view
@@ -1,5 +1,5 @@ name: amazonka-ses-version: 0.0.2+version: 0.0.3 synopsis: Amazon Simple Email Service SDK. homepage: https://github.com/brendanhay/amazonka license: OtherLicense@@ -21,6 +21,7 @@ deliverability, Amazon SES provides easy, real-time access to your sending statistics and built-in notifications for bounces, complaints, and deliveries to help you fine-tune your email-sending strategy.+ . /See:/ <http://docs.aws.amazon.com/ses/latest/APIReference/Welcome.html AWS API Reference> .@@ -62,5 +63,5 @@ other-modules: build-depends:- amazonka-core == 0.0.2.*+ amazonka-core == 0.0.3.* , base >= 4.7 && < 5