packages feed

aws 0.11.1 → 0.11.2

raw patch · 2 files changed

+6/−3 lines, 2 filesdep ~blaze-builderdep ~filepathdep ~timePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: blaze-builder, filepath, time, utf8-string

API changes (from Hackage documentation)

Files

README.org view
@@ -90,6 +90,9 @@  ** 0.11 series +- 0.11.2+  - Support for time 1.5 (we previously forgot to relax the upper bound in Cabal)+ - 0.11.1   - Support time 1.5   - Fix duplicate sending of query when using PostQuery
aws.cabal view
@@ -1,5 +1,5 @@ Name:                aws-Version:             0.11.1+Version:             0.11.2 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.11.1+  tag: 0.11.2  Source-repository head   type: git@@ -139,7 +139,7 @@                        scientific           >= 0.3,                        tagged               >= 0.7     && < 0.8,                        text                 >= 0.11,-                       time                 >= 1.1.4   && < 1.5,+                       time                 >= 1.1.4   && < 1.6,                        transformers         >= 0.2.2   && < 0.5,                        unordered-containers >= 0.2,                        utf8-string          == 0.3.*,