diff --git a/ansi-wl-pprint.cabal b/ansi-wl-pprint.cabal
--- a/ansi-wl-pprint.cabal
+++ b/ansi-wl-pprint.cabal
@@ -1,6 +1,6 @@
 cabal-version:       >= 1.10
 name:                ansi-wl-pprint
-version:             1.0.2
+version:             1.1.1
 
 category:            User Interfaces, Text
 synopsis:            The Wadler/Leijen Pretty Printer for colored ANSI terminal output
@@ -18,7 +18,7 @@
 bug-reports:         http://github.com/ekmett/ansi-wl-pprint/issues
 homepage:            http://github.com/ekmett/ansi-wl-pprint
 build-type:          Simple
-tested-with:         GHC==7.4.2, GHC==7.6.3, GHC==7.8.4, GHC==7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.3, GHC==8.6.5, GHC==8.8.4, GHC==8.10.7, GHC==9.0.2, GHC==9.2.7, GHC==9.4.5, GHC==9.6.1
+tested-with:         GHC==8.0.2, GHC==8.2.2, GHC==8.4.3, GHC==8.6.5, GHC==8.8.4, GHC==8.10.7, GHC==9.0.2, GHC==9.2.7, GHC==9.4.5, GHC==9.6.7, GHC==9.8.4, GHC==9.10.3, GHC==9.12.2, GHC==9.14.1
 
 source-repository head
   type: git
@@ -35,8 +35,8 @@
   exposed-modules: Text.PrettyPrint.ANSI.Leijen
   other-extensions: PackageImports
 
-  build-depends: base >=4.5 && <5
-               , prettyprinter-compat-ansi-wl-pprint >=1.0.2 && <1.0.3
+  build-depends: base >=4.9 && <5
+               , prettyprinter-compat-ansi-wl-pprint >=1.1.1 && <1.1.2
 
 executable ansi-wl-pprint-example
   default-language: Haskell2010
@@ -46,6 +46,6 @@
   if flag(example)
     build-depends: ansi-wl-pprint
     -- dependencies whose constraints are inherited via lib:ansi-wl-pprint
-    build-depends: base, ansi-terminal, prettyprinter, prettyprinter-ansi-terminal, text
+    build-depends: base, prettyprinter, prettyprinter-ansi-terminal, text
   else
     buildable: False
