aws 0.15 → 0.15.1
raw patch · 2 files changed
+6/−4 lines, 2 filesdep ~xml-conduitPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: xml-conduit
API changes (from Hackage documentation)
Files
- CHANGELOG.md +3/−0
- aws.cabal +3/−4
CHANGELOG.md view
@@ -4,6 +4,9 @@ NOTES: 0.15 brings technically breaking changes, but should not affect most users. +- 0.15.1+ - Support xml-conduit 1.4+ - 0.15 - Drop support for time <1.5 - Support http-client 2.2
aws.cabal view
@@ -1,5 +1,5 @@ Name: aws-Version: 0.15+Version: 0.15.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.md>. Homepage: http://github.com/aristidb/aws@@ -19,7 +19,7 @@ Source-repository this type: git location: https://github.com/aristidb/aws.git- tag: 0.15+ tag: 0.15.1 Source-repository head type: git@@ -113,7 +113,6 @@ attoparsec >= 0.11 && < 0.14, base >= 4.6 && < 5, base16-bytestring == 0.1.*,- base16-bytestring == 0.1.*, base64-bytestring == 1.0.*, blaze-builder >= 0.2.1.4 && < 0.5, byteable == 0.1.*,@@ -144,7 +143,7 @@ unordered-containers >= 0.2, utf8-string >= 0.3 && < 1.1, vector >= 0.10,- xml-conduit >= 1.2 && <1.4+ xml-conduit >= 1.2 && <1.5 if !impl(ghc >= 7.6) Build-depends: ghc-prim