amazonka-s3-streaming 1.0.0.1 → 1.0.0.2
raw patch · 2 files changed
+6/−3 lines, 2 filesdep ~http-clientPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: http-client
API changes (from Hackage documentation)
Files
- Changelog.md +3/−0
- amazonka-s3-streaming.cabal +3/−3
Changelog.md view
@@ -1,5 +1,8 @@ # Changelog - amazonka-s3-streaming +## 1.0.0.2+ - allow http-client 0.6+ ## 1.0.0.0 - Update to support conduit >= 1.3 only.
amazonka-s3-streaming.cabal view
@@ -1,5 +1,5 @@ name: amazonka-s3-streaming-version: 1.0.0.1+version: 1.0.0.2 synopsis: Provides conduits to upload data to S3 using the Multipart API description: Provides a conduit based streaming interface and a concurrent interface to uploading data to S3 using the Multipart API. Also provides method to upload@@ -8,7 +8,7 @@ license: BSD3 license-file: LICENSE author: Alex Mason-maintainer: Alex.Mason@data61.csiro.au+maintainer: axman6+hackage@gmail.com copyright: Alex Mason, Copyright (c) 2016 Commonwealth Scientific and Industrial Research Organisation (CSIRO) category: Network, AWS, Cloud, Distributed Computing build-type: Simple@@ -32,7 +32,7 @@ , exceptions >= 0.8.2.1 && < 0.11 , dlist >= 0.8 && < 0.9 , async >= 2 && < 2.3- , http-client >= 0.4 && < 0.6+ , http-client >= 0.4 && < 0.7 flag s3upload-exe Description: Whether to build the s3upload executable for uploading files using this library.