diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,11 @@
 # Changelog for `Control.Dsl`
 
+## 0.2.0.2
+* Fix tests in GHC 8.6.1
+
+## 0.2.0.1
+* Improved documentation.
+
 ## 0.2.0.0
 
 * Renamed package `do-notation-dsl` to `control-dsl`.
diff --git a/control-dsl.cabal b/control-dsl.cabal
--- a/control-dsl.cabal
+++ b/control-dsl.cabal
@@ -2,10 +2,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: fc82e777d97572d734e72a654633c712086ba0638376cc070e09e2e22c4831aa
+-- hash: 5145c09041be36dede5eb015ca73b5f9145b7f4d1a765ed3b53e12d6e6337d50
 
 name:           control-dsl
-version:        0.2.0.1
+version:        0.2.0.2
 synopsis:       An alternative to monads
 description:    This \"control-dsl\" package is a toolkit to create extensible Domain Specific Languages in @do@-notation.
                 .
diff --git a/src/Control/Dsl.hs b/src/Control/Dsl.hs
--- a/src/Control/Dsl.hs
+++ b/src/Control/Dsl.hs
@@ -101,6 +101,7 @@
     Put xs
     return x
 :}
+...
 
 The 'Contro.Dsl.PolyCont.PolyCont' instance for @GetLine@ is implemented as a
 'Contro.Dsl.Cont' that contains a DSL @do@ block of atomic statements.
