amazonka-s3-streaming 0.2.0.1 → 0.2.0.2
raw patch · 3 files changed
+8/−3 lines, 3 filesdep ~amazonka-s3-streamingdep ~mmorphPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: amazonka-s3-streaming, mmorph
API changes (from Hackage documentation)
Files
- Changelog.md +3/−0
- README.md +2/−0
- amazonka-s3-streaming.cabal +3/−3
Changelog.md view
@@ -1,5 +1,8 @@ # Changelog - amazonka-s3-streaming +# 0.2.0.2+ * Update to mmorph < 1.2+ ## 0.2.0.1 * Fixed a bug with the printf format strings which would lead to a crash (Thanks @JakeOShannessy for reporting).
README.md view
@@ -1,3 +1,5 @@ # amazonka-s3-streaming [](https://travis-ci.org/axman6/amazonka-s3-streaming) Provides a conduit based streaming interface and a concurrent interface to uploading data to S3 using the Multipart API. Also provides method to upload files or bytestrings of known size in parallel.++The documentation can be found on [Hackage](https://hackage.haskell.org/package/amazonka-s3-streaming).
amazonka-s3-streaming.cabal view
@@ -1,5 +1,5 @@ name: amazonka-s3-streaming-version: 0.2.0.1+version: 0.2.0.2 cabal-version: >=1.10 build-type: Simple license: BSD3@@ -36,7 +36,7 @@ resourcet >=1.1.7.4 && <1.2, conduit >=1.2.6.6 && <1.3, bytestring >=0.10.6.0 && <0.11,- mmorph >=1.0.6 && <1.1,+ mmorph >=1.0.6 && <1.2, lens >=4.13 && <5.0, mtl >=2.2.1 && <2.3, exceptions >=0.8.2.1 && <0.9,@@ -55,7 +55,7 @@ amazonka >=1.4.3 && <1.5, amazonka-core >=1.4.3 && <1.5, amazonka-s3 >=1.4.3 && <1.5,- amazonka-s3-streaming >=0.2.0.1 && <0.3,+ amazonka-s3-streaming >=0.2.0.2 && <0.3, conduit-extra >=1.1.15 && <1.2, conduit >=1.2.8 && <1.3, bytestring >=0.10.8.1 && <0.11,