aws 0.25.2 → 0.25.3
raw patch · 3 files changed
+13/−10 lines, 3 filesdep +ramdep −memorydep ~http-client-tlsPVP ok
version bump matches the API change (PVP)
Dependencies added: ram
Dependencies removed: memory
Dependency ranges changed: http-client-tls
API changes (from Hackage documentation)
Files
- CHANGELOG.md +3/−0
- README.md +2/−2
- aws.cabal +8/−8
CHANGELOG.md view
@@ -5,6 +5,8 @@ most users. I recommend using smart constructors and {} matching syntax whenever possible when interacting with aws types. +- 0.25.3+ - Switch from memory to ram to allow building with http-client-tls 0.4.x - 0.25.2 - S3: Add RestoreObject command - 0.25.1@@ -15,6 +17,7 @@ - Switch from no longer maintained cryptonite to crypton. - Removed support for building with network-2.x, and removed the NetworkBSD build flag.+ 0.24 series -----------
README.md view
@@ -20,7 +20,7 @@ directory: ``` {.bash}-$ git clone https://github.com/aristidb/aws.git+$ git clone https://github.com/haskell-pkg-janitors/aws.git $ cd aws $ cabal install ```@@ -115,7 +115,7 @@ Resources ========= -- [aws on Github](https://github.com/aristidb/aws)+- [aws on Github](https://github.com/haskell-pkg-janitors/aws) - [aws on Hackage](http://hackage.haskell.org/package/aws) (includes reference documentation) - [Official Amazon Web Services website](http://aws.amazon.com/)
aws.cabal view
@@ -1,8 +1,8 @@ Name: aws-Version: 0.25.2+Version: 0.25.3 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+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/haskell-pkg-janitors/aws/blob/master/README.md>.+Homepage: http://github.com/haskell-pkg-janitors/aws License: BSD3 License-file: LICENSE Author: Aristid Breitkreuz, contributors see README@@ -18,12 +18,12 @@ Source-repository this type: git- location: https://github.com/aristidb/aws.git- tag: 0.25.2+ location: https://github.com/haskell-pkg-janitors/aws.git+ tag: 0.25.3 Source-repository head type: git- location: https://github.com/aristidb/aws.git+ location: https://github.com/haskell-pkg-janitors/aws.git Flag Examples Description: Build the examples.@@ -145,10 +145,10 @@ directory >= 1.0 && < 2.0, filepath >= 1.1 && < 1.6, http-conduit >= 2.3 && < 2.4,- http-client-tls >= 0.3 && < 0.4,+ http-client-tls >= 0.4 && < 0.5, http-types >= 0.7 && < 1.0, lifted-base >= 0.1 && < 0.3,- memory,+ ram, monad-control >= 0.3, exceptions >= 0.8 && < 0.11, mtl == 2.*,