diff --git a/Changelog.md b/Changelog.md
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,3 +1,8 @@
+1.2.0.1 (2020-01-28)
+====================
+
+* Dependency bumps.
+
 1.2.0.0 (2018-05-07)
 ====================
 
diff --git a/wl-pprint-text.cabal b/wl-pprint-text.cabal
--- a/wl-pprint-text.cabal
+++ b/wl-pprint-text.cabal
@@ -1,5 +1,5 @@
 Name:                wl-pprint-text
-Version:             1.2.0.0
+Version:             1.2.0.1
 Synopsis:            A Wadler/Leijen Pretty Printer for Text values
 Description:         A clone of wl-pprint for use with the text library.
 License:             BSD3
@@ -11,7 +11,8 @@
 Build-type:          Simple
 Tested-With:        GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4,
                     GHC == 7.10.2, GHC == 8.0.1, GHC == 8.2.2,
-                    GHC == 8.4.1, GHC == 8.5.*
+                    GHC == 8.4.1, GHC == 8.6.2, GHC == 8.8.2,
+                    GHC == 8.10.1
 Cabal-version:       >=1.6
 Extra-Source-Files: Changelog.md
                     README.md
@@ -24,6 +25,6 @@
   Exposed-modules:     Text.PrettyPrint.Leijen.Text,
                        Text.PrettyPrint.Leijen.Text.Monadic
   Build-depends:       base >= 4.5.0.0 && < 5,
-                       base-compat == 0.10.*,
+                       base-compat >= 0.10 && < 0.12,
                        text >= 0.11.0.0 && < 1.3.0.0
   GHC-Options:         -Wall
