diff --git a/Changelog.md b/Changelog.md
--- a/Changelog.md
+++ b/Changelog.md
@@ -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).
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
 # amazonka-s3-streaming [![Build Status](https://travis-ci.org/axman6/amazonka-s3-streaming.svg?branch=master)](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).
diff --git a/amazonka-s3-streaming.cabal b/amazonka-s3-streaming.cabal
--- a/amazonka-s3-streaming.cabal
+++ b/amazonka-s3-streaming.cabal
@@ -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,
