amazonka-datapipeline 0.0.2 → 0.0.3
raw patch · 2 files changed
+8/−7 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 +5/−5
- amazonka-datapipeline.cabal +3/−2
README.md view
@@ -8,13 +8,13 @@ ## Description - AWS Data Pipeline is a web service that you can use to automate the movement- and transformation of data. With AWS Data Pipeline, you can define- data-driven workflows, so that tasks can be dependent on the successful- completion of previous tasks.+AWS Data Pipeline is a web service that you can use to automate the movement+and transformation of data. With AWS Data Pipeline, you can define+data-driven workflows, so that tasks can be dependent on the successful+completion of previous tasks. Documentation is available via [Hackage](http://hackage.haskell.org/package/amazonka-datapipeline)-and [AWS API Reference](http://docs.aws.amazon.com/datapipeline/latest/APIReference/Welcome.html).+and the [AWS API Reference](http://docs.aws.amazon.com/datapipeline/latest/APIReference/Welcome.html). ## Contribute
amazonka-datapipeline.cabal view
@@ -1,5 +1,5 @@ name: amazonka-datapipeline-version: 0.0.2+version: 0.0.3 synopsis: Amazon Data Pipeline SDK. homepage: https://github.com/brendanhay/amazonka license: OtherLicense@@ -17,6 +17,7 @@ and transformation of data. With AWS Data Pipeline, you can define data-driven workflows, so that tasks can be dependent on the successful completion of previous tasks.+ . /See:/ <http://docs.aws.amazon.com/datapipeline/latest/APIReference/Welcome.html AWS API Reference> .@@ -56,5 +57,5 @@ other-modules: build-depends:- amazonka-core == 0.0.2.*+ amazonka-core == 0.0.3.* , base >= 4.7 && < 5