aws 0.8.0 → 0.8.1
raw patch · 2 files changed
+6/−6 lines, 2 filesdep ~case-insensitivePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: case-insensitive
API changes (from Hackage documentation)
Files
- README.org +3/−3
- aws.cabal +3/−3
README.org view
@@ -5,9 +5,6 @@ The ~aws~ package attempts to provide support for using Amazon Web Services like S3 (storage), SQS (queuing) and others to Haskell programmers. The ultimate goal is to support all Amazon Web Services. -(If you are viewing this README online, please note that you can find the README-for the latest stable version at https://github.com/aristidb/aws/blob/stable/README.org).- * Installation Make sure you have a recent GHC installed, as well as cabal-install, and installation should be as easy as:@@ -92,6 +89,9 @@ * Release Notes ** 0.8 series++- 0.8.1+ - compatibility with case-insensitive 1.1 - 0.8.0 - S3, SQS: support for US-West2 (#58)
aws.cabal view
@@ -1,5 +1,5 @@ Name: aws-Version: 0.8.0+Version: 0.8.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.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.8.0+ tag: 0.8.1 Source-repository head type: git@@ -83,7 +83,7 @@ base64-bytestring == 1.0.*, blaze-builder >= 0.2.1.4 && < 0.4, bytestring >= 0.9 && < 0.11,- case-insensitive >= 0.2 && < 1.1,+ case-insensitive >= 0.2 && < 1.2, cereal == 0.3.*, conduit >= 1.0 && < 1.1, containers >= 0.4,