amazonka-redshift 0.0.2 → 0.0.3
raw patch · 2 files changed
+10/−9 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 +7/−7
- amazonka-redshift.cabal +3/−2
README.md view
@@ -8,15 +8,15 @@ ## Description - Amazon Redshift is a fast, fully managed, petabyte-scale data warehouse- service that makes it simple and cost-effective to efficiently analyze all- your data using your existing business intelligence tools. You can start- small for just $0.25 per hour with no commitments or upfront costs and scale- to a petabyte or more for $1,000 per terabyte per year, less than a tenth of- most other data warehousing solutions.+Amazon Redshift is a fast, fully managed, petabyte-scale data warehouse+service that makes it simple and cost-effective to efficiently analyze all+your data using your existing business intelligence tools. You can start+small for just $0.25 per hour with no commitments or upfront costs and scale+to a petabyte or more for $1,000 per terabyte per year, less than a tenth of+most other data warehousing solutions. Documentation is available via [Hackage](http://hackage.haskell.org/package/amazonka-redshift)-and [AWS API Reference](http://docs.aws.amazon.com/redshift/latest/APIReference/Welcome.html).+and the [AWS API Reference](http://docs.aws.amazon.com/redshift/latest/APIReference/Welcome.html). ## Contribute
amazonka-redshift.cabal view
@@ -1,5 +1,5 @@ name: amazonka-redshift-version: 0.0.2+version: 0.0.3 synopsis: Amazon Redshift SDK. homepage: https://github.com/brendanhay/amazonka license: OtherLicense@@ -19,6 +19,7 @@ small for just $0.25 per hour with no commitments or upfront costs and scale to a petabyte or more for $1,000 per terabyte per year, less than a tenth of most other data warehousing solutions.+ . /See:/ <http://docs.aws.amazon.com/redshift/latest/APIReference/Welcome.html AWS API Reference> .@@ -98,5 +99,5 @@ other-modules: build-depends:- amazonka-core == 0.0.2.*+ amazonka-core == 0.0.3.* , base >= 4.7 && < 5