amazonka-emr 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-emr.cabal +3/−2
README.md view
@@ -8,14 +8,14 @@ ## Description - Amazon Elastic MapReduce (Amazon EMR) is a web service that makes it easy to- process large amounts of data efficiently. Amazon EMR uses Hadoop processing- combined with several AWS products to do such tasks as web indexing, data- mining, log file analysis, machine learning, scientific simulation, and data- warehousing.+Amazon Elastic MapReduce (Amazon EMR) is a web service that makes it easy to+process large amounts of data efficiently. Amazon EMR uses Hadoop processing+combined with several AWS products to do such tasks as web indexing, data+mining, log file analysis, machine learning, scientific simulation, and data+warehousing. Documentation is available via [Hackage](http://hackage.haskell.org/package/amazonka-emr)-and [AWS API Reference](http://docs.aws.amazon.com/ElasticMapReduce/latest/API/Welcome.html).+and the [AWS API Reference](http://docs.aws.amazon.com/ElasticMapReduce/latest/API/Welcome.html). ## Contribute
amazonka-emr.cabal view
@@ -1,5 +1,5 @@ name: amazonka-emr-version: 0.0.2+version: 0.0.3 synopsis: Amazon Elastic MapReduce SDK. homepage: https://github.com/brendanhay/amazonka license: OtherLicense@@ -18,6 +18,7 @@ combined with several AWS products to do such tasks as web indexing, data mining, log file analysis, machine learning, scientific simulation, and data warehousing.+ . /See:/ <http://docs.aws.amazon.com/ElasticMapReduce/latest/API/Welcome.html AWS API Reference> .@@ -58,5 +59,5 @@ other-modules: build-depends:- amazonka-core == 0.0.2.*+ amazonka-core == 0.0.3.* , base >= 4.7 && < 5