aws 0.24 → 0.24.1
raw patch · 3 files changed
+7/−4 lines, 3 filesdep ~resourcetdep ~transformersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: resourcet, transformers
API changes (from Hackage documentation)
Files
- CHANGELOG.md +3/−0
- README.md +1/−1
- aws.cabal +3/−3
CHANGELOG.md view
@@ -5,6 +5,9 @@ most users. I recommend using smart constructors and {} matching syntax whenever possible when interacting with aws types. +- 0.24.1+ - Support resourcet 1.3+ - Support transformers 0.6 - 0.24 - [breaking change] Added s3Region constructor to S3Configuration, to support custom S3 regions.
README.md view
@@ -133,7 +133,7 @@ Nathan Howell |[NathanHowell](https://github.com/NathanHowell) |nhowell@alphaheavy.com |[Alpha Heavy Industries](http://www.alphaheavy.com) |S3 Ozgun Ataman |[ozataman](https://github.com/ozataman) |ozgun.ataman@soostone.com |[Soostone Inc](http://soostone.com) |Core, S3, DynamoDb Steve Severance |[sseveran](https://github.com/sseveran) |sseverance@alphaheavy.com |[Alpha Heavy Industries](http://www.alphaheavy.com) |S3, SQS- John Wiegley |[jwiegley](https://github.com/jwiegley) |johnw@fpcomplete.com |[FP Complete](http://fpcomplete.com) |Co-Maintainer, S3+ John Wiegley |[jwiegley](https://github.com/jwiegley) |johnw@fpcomplete.com |[FP Complete](http://fpcomplete.com) |S3 Chris Dornan |[cdornan](https://github.com/cdornan) |chris.dornan@irisconnect.co.uk |[Iris Connect](http://irisconnect.co.uk) |Core John Lenz |[wuzzeb](https://github/com/wuzzeb) | | |DynamoDB, Core Joey Hess |[joeyh](https://github.com/joeyh) |id@joeyh.name |- |Co-Maintainer, S3
aws.cabal view
@@ -1,5 +1,5 @@ Name: aws-Version: 0.24+Version: 0.24.1 Synopsis: Amazon Web Services (AWS) for Haskell Description: Bindings for Amazon Web Services (AWS), with the aim of supporting all AWS services. To see a high level overview of the library, see the README at <https://github.com/aristidb/aws/blob/master/README.md>. Homepage: http://github.com/aristidb/aws@@ -154,13 +154,13 @@ exceptions >= 0.8 && < 0.11, mtl == 2.*, old-locale == 1.*,- resourcet >= 1.2 && < 1.3,+ resourcet >= 1.2 && < 1.4, safe >= 0.3 && < 0.4, scientific >= 0.3, tagged >= 0.7 && < 0.9, text >= 0.11, time >= 1.4.0 && < 2.0,- transformers >= 0.2.2 && < 0.6,+ transformers >= 0.2.2 && < 0.7, unordered-containers >= 0.2, utf8-string >= 0.3 && < 1.1, vector >= 0.10,