packages feed

aws 0.7.4 → 0.7.5

raw patch · 2 files changed

+8/−5 lines, 2 filesdep ~conduitdep ~http-conduitPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: conduit, http-conduit

API changes (from Hackage documentation)

Files

README.org view
@@ -93,6 +93,9 @@  ** 0.7 series +- 0.7.5+  - Support for http-conduit 1.7 and 1.8+ - 0.7.1-0.7.4   - Support for GHC 7.6   - Wider constraints to support newer versions of various dependencies
aws.cabal view
@@ -1,5 +1,5 @@ Name:                aws-Version:             0.7.4+Version:             0.7.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.7.4+  tag: 0.7.5  Source-repository head   type: git@@ -78,7 +78,7 @@                        directory            >= 1.0     && < 1.3,                        failure              >= 0.1.0.1 && < 0.3,                        filepath             >= 1.1     && < 1.4,-                       http-conduit         >= 1.6     && < 1.7,+                       http-conduit         >= 1.6     && < 1.9,                        http-types           >= 0.7     && < 0.8,                        lifted-base          >= 0.1     && < 0.3,                        monad-control        >= 0.3,@@ -120,8 +120,8 @@     Build-depends:                        base == 4.*,                        aws,-                       http-conduit >= 1.6 && < 1.7,-                       conduit >= 0.5 && < 0.6+                       http-conduit,+                       conduit    Default-Language: Haskell2010