diff --git a/BroadcastChan/Test.hs b/BroadcastChan/Test.hs
--- a/BroadcastChan/Test.hs
+++ b/BroadcastChan/Test.hs
@@ -345,7 +345,7 @@
   where
     term = Simple Terminate
 
--- | Run a list of 'TestTree''s and group them under the specified name.
+-- | Run a list of 'TestTree'​'s and group them under the specified name.
 runTests :: String -> [TestTree] -> IO ()
 runTests name tests = do
     setEnv "TASTY_NUM_THREADS" "100"
diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+0.2.0.2 [2019.03.30]
+--------------------
+* Update bounds for GHC 8.6
+
 0.2.0.1 [2018.09.24]
 --------------------
 * Update to match new broadcast-chan release.
diff --git a/broadcast-chan-tests.cabal b/broadcast-chan-tests.cabal
--- a/broadcast-chan-tests.cabal
+++ b/broadcast-chan-tests.cabal
@@ -1,12 +1,12 @@
 Name:               broadcast-chan-tests
-Version:            0.2.0.1
+Version:            0.2.0.2
 
 Homepage:           https://github.com/merijn/broadcast-chan
 Bug-Reports:        https://github.com/merijn/broadcast-chan/issues
 
 Author:             Merijn Verstraaten
 Maintainer:         Merijn Verstraaten <merijn@inconsistent.nl>
-Copyright:          Copyright © 2014-2018 Merijn Verstraaten
+Copyright:          Copyright © 2014-2019 Merijn Verstraaten
 
 License:            BSD3
 License-File:       LICENSE
@@ -15,7 +15,7 @@
 Cabal-Version:      >= 1.10
 Build-Type:         Simple
 Tested-With:        GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2,
-                    GHC == 8.4.3, GHC == 8.6.1
+                    GHC == 8.4.4, GHC == 8.6.4
 
 Extra-Source-Files: CHANGELOG.md
 
@@ -35,16 +35,16 @@
                         ScopedTypeVariables
                         Trustworthy
 
-  Build-Depends:        base >= 4.7 && < 5
+  Build-Depends:        base >= 4.7 && < 4.13
                ,        async >= 2.1 && < 2.3
-               ,        broadcast-chan == 0.2.0.1
+               ,        broadcast-chan == 0.2.0.2
                ,        clock == 0.7.*
-               ,        containers >= 0.4 && < 0.6
+               ,        containers >= 0.4 && < 0.7
                ,        optparse-applicative >= 0.12 && < 0.15
                ,        paramtree >= 0.1.1 && < 0.2
                ,        stm >= 2.4 && < 2.6
                ,        tagged == 0.8.*
-               ,        tasty >= 0.11 && < 1.2
+               ,        tasty >= 0.11 && < 1.3
                ,        tasty-golden >= 2.0 && < 2.4
                ,        tasty-hunit >= 0.9 && < 0.11
                ,        tasty-travis >= 0.2 && < 0.3
@@ -92,7 +92,7 @@
   Build-Depends:        base
                ,        broadcast-chan
                ,        broadcast-chan-tests
-               ,        containers >= 0.4 && < 0.6
+               ,        containers >= 0.4 && < 0.7
 
 
 Source-Repository head
