packages feed

aws 0.7.6 → 0.7.6.1

raw patch · 2 files changed

+7/−4 lines, 2 filesdep ~case-insensitivedep ~http-typesPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: case-insensitive, http-types

API changes (from Hackage documentation)

Files

README.org view
@@ -93,6 +93,9 @@  ** 0.7 series +- 0.7.6.1+  - Support for case-insensitive 1.0 and http-types 0.8+ - 0.7.6   - Parsing of SimpleDB error responses was too strict, fixed   - Support for cryptohash 0.8
aws.cabal view
@@ -1,5 +1,5 @@ Name:                aws-Version:             0.7.6+Version:             0.7.6.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.7.6+  tag: 0.7.6.1  Source-repository head   type: git@@ -69,7 +69,7 @@                        base64-bytestring    == 1.0.*,                        blaze-builder        >= 0.2.1.4 && < 0.4,                        bytestring           >= 0.9     && < 0.11,-                       case-insensitive     >= 0.2     && < 0.5,+                       case-insensitive     >= 0.2     && < 1.1,                        cereal               == 0.3.*,                        conduit              >= 0.5     && < 0.6,                        containers           >= 0.4,@@ -79,7 +79,7 @@                        failure              >= 0.2.0.1 && < 0.3,                        filepath             >= 1.1     && < 1.4,                        http-conduit         >= 1.6     && < 1.9,-                       http-types           >= 0.7     && < 0.8,+                       http-types           >= 0.7     && < 0.9,                        lifted-base          >= 0.1     && < 0.3,                        monad-control        >= 0.3,                        mtl                  == 2.*,