diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for wai-control
 
+## 0.1.0.2 -- 2020-07-28
+
+* Improve description.
+
 ## 0.1.0.1 -- 2020-07-17
 
 * Specify versions of dependencies more accurately.
diff --git a/wai-control.cabal b/wai-control.cabal
--- a/wai-control.cabal
+++ b/wai-control.cabal
@@ -1,18 +1,18 @@
 name:                wai-control
-version:             0.1.0.1
-synopsis:            Give wai Applications an IO-based inner monad
-description:         This package allows IO-based monads in covariant and contravariant positions
-                     of wai Applications.
+version:             0.1.0.2
+synopsis:            Run wai Applications in IO based monads
+description:         This package allows 'IO' based monads in covariant and contravariant positions
+                     of <https://hackage.haskell.org/package/wai wai> 'Application's.
                      .
-                     The monads, which are applicable for this, need to have MonadBaseControl IO
-                     instances.
-                     This are for most cases ReaderT stacks based on the IO monad.
+                     The monads, which are applicable for this, need to have
+                     'MonadBaseControlIdentity' 'IO' instances.
+                     This are for most cases 'ReaderT' stacks based on the 'IO' monad.
                      This package will especially be of interest, if you are sharing access to
-                     MVars, TVars or other concurrent data, while controlling that access with
+                     'MVar's, 'TVar's or other concurrent data, while controlling that access with
                      monad transformers.
                      .
                      This package is based on
-                     <https://github.com/athanclark/wai-transformers wai-transformers> by Athan
+                     <https://hackage.haskell.org/package/wai-transformers wai-transformers> by Athan
                      Clark.
 license:             BSD3
 license-file:        LICENSE
