aws 0.9.3 → 0.9.4
raw patch · 2 files changed
+6/−3 lines, 2 filesdep ~conduitPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: conduit
API changes (from Hackage documentation)
Files
- README.org +3/−0
- aws.cabal +3/−3
README.org view
@@ -90,6 +90,9 @@ ** 0.9 series +- 0.9.4+ - allow conduit 1.2+ - 0.9.3 - fix performance regression for loadCredentialsDefault - add generic makeCredentials function
aws.cabal view
@@ -1,5 +1,5 @@ Name: aws-Version: 0.9.3+Version: 0.9.4 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.org>. Homepage: http://github.com/aristidb/aws@@ -20,7 +20,7 @@ Source-repository this type: git location: https://github.com/aristidb/aws.git- tag: 0.9.3+ tag: 0.9.4 Source-repository head type: git@@ -109,7 +109,7 @@ bytestring >= 0.9 && < 0.11, case-insensitive >= 0.2 && < 1.3, cereal >= 0.3 && < 0.5,- conduit >= 1.1 && < 1.2,+ conduit >= 1.1 && < 1.3, conduit-extra >= 1.1 && < 1.2, containers >= 0.4, cryptohash >= 0.11 && < 0.12,