diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,10 @@
 # Changelog
 
+- 0.8.2.3 (2019-10-02)
+    * Bump `base` to 4.13
+    * Bump `tasty` to 1.2
+    * Bump `QuickCheck` to 2.13
+
 - 0.8.2.2 (2018-09-25)
     * Bump `base` to 4.12
     * Bump `containers` to 0.6
diff --git a/blaze-markup.cabal b/blaze-markup.cabal
--- a/blaze-markup.cabal
+++ b/blaze-markup.cabal
@@ -1,5 +1,5 @@
 Name:         blaze-markup
-Version:      0.8.2.2
+Version:      0.8.2.3
 Homepage:     http://jaspervdj.be/blaze
 Bug-Reports:  http://github.com/jaspervdj/blaze-markup/issues
 License:      BSD3
@@ -18,7 +18,8 @@
 Build-type:    Simple
 Cabal-version: >= 1.8
 Tested-with:   GHC == 7.8.4, GHC == 7.10.3,
-               GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.1
+               GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.1,
+               GHC == 8.6.3, GHC == 8.8.1
 
 Extra-source-files:
   CHANGELOG
@@ -36,7 +37,7 @@
     Text.Blaze.Renderer.Utf8
 
   Build-depends:
-    base          >= 4    && < 4.13,
+    base          >= 4    && < 4.14,
     blaze-builder >= 0.3  && < 0.5,
     text          >= 0.10 && < 1.3,
     bytestring    >= 0.9  && < 0.11
@@ -59,13 +60,13 @@
 
   Build-depends:
     HUnit            >= 1.2  && < 1.7,
-    QuickCheck       >= 2.7  && < 2.12,
+    QuickCheck       >= 2.7  && < 2.14,
     containers       >= 0.3  && < 0.7,
-    tasty            >= 1.0  && < 1.2,
+    tasty            >= 1.0  && < 1.3,
     tasty-hunit      >= 0.10 && < 0.11,
     tasty-quickcheck >= 0.10 && < 0.11,
     -- Copied from regular dependencies...
-    base          >= 4    && < 4.13,
+    base          >= 4    && < 4.14,
     blaze-builder >= 0.3  && < 0.5,
     text          >= 0.10 && < 1.3,
     bytestring    >= 0.9  && < 0.11
diff --git a/src/Text/Blaze/Internal.hs b/src/Text/Blaze/Internal.hs
--- a/src/Text/Blaze/Internal.hs
+++ b/src/Text/Blaze/Internal.hs
@@ -8,7 +8,7 @@
 {-# LANGUAGE Rank2Types                 #-}
 -- | The BlazeMarkup core, consisting of functions that offer the power to
 -- generate custom markup elements. It also offers user-centric functions,
--- which are exposed through 'Text.Blaze'.
+-- which are exposed through "Text.Blaze".
 --
 -- While this module is exported, usage of it is not recommended, unless you
 -- know what you are doing. This module might undergo changes at any time.
