packages feed

aws 0.9.4 → 0.9.5

raw patch · 2 files changed

+6/−3 lines, 2 filesdep ~http-types

Dependency ranges changed: http-types

Files

README.org view
@@ -91,6 +91,9 @@ ** 0.9 series  - 0.9.4+  - allow http-types 0.9++- 0.9.4   - allow conduit 1.2  - 0.9.3
aws.cabal view
@@ -1,5 +1,5 @@ Name:                aws-Version:             0.9.4+Version:             0.9.5 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.4+  tag: 0.9.5  Source-repository head   type: git@@ -117,7 +117,7 @@                        directory            >= 1.0     && < 1.3,                        filepath             >= 1.1     && < 1.4,                        http-conduit         >= 2.1     && < 2.2,-                       http-types           >= 0.7     && < 0.9,+                       http-types           >= 0.7     && < 0.10,                        lifted-base          >= 0.1     && < 0.3,                        monad-control        >= 0.3,                        mtl                  == 2.*,