amazonka-rds 0.0.2 → 0.0.3
raw patch · 2 files changed
+9/−8 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 +6/−6
- amazonka-rds.cabal +3/−2
README.md view
@@ -8,14 +8,14 @@ ## Description - Amazon Relational Database Service (Amazon RDS) is a web service that makes- it easy to set up, operate, and scale a relational database in the cloud. It- provides cost-efficient and resizable capacity while managing time-consuming- database administration tasks, freeing you up to focus on your applications- and business.+Amazon Relational Database Service (Amazon RDS) is a web service that makes+it easy to set up, operate, and scale a relational database in the cloud. It+provides cost-efficient and resizable capacity while managing time-consuming+database administration tasks, freeing you up to focus on your applications+and business. Documentation is available via [Hackage](http://hackage.haskell.org/package/amazonka-rds)-and [AWS API Reference](http://docs.aws.amazon.com/AmazonRDS/latest/APIReference/Welcome.html).+and the [AWS API Reference](http://docs.aws.amazon.com/AmazonRDS/latest/APIReference/Welcome.html). ## Contribute
amazonka-rds.cabal view
@@ -1,5 +1,5 @@ name: amazonka-rds-version: 0.0.2+version: 0.0.3 synopsis: Amazon Relational Database Service SDK. homepage: https://github.com/brendanhay/amazonka license: OtherLicense@@ -18,6 +18,7 @@ provides cost-efficient and resizable capacity while managing time-consuming database administration tasks, freeing you up to focus on your applications and business.+ . /See:/ <http://docs.aws.amazon.com/AmazonRDS/latest/APIReference/Welcome.html AWS API Reference> .@@ -95,5 +96,5 @@ other-modules: build-depends:- amazonka-core == 0.0.2.*+ amazonka-core == 0.0.3.* , base >= 4.7 && < 5