diff --git a/System/Console/Terminfo/PrettyPrint.hs b/System/Console/Terminfo/PrettyPrint.hs
--- a/System/Console/Terminfo/PrettyPrint.hs
+++ b/System/Console/Terminfo/PrettyPrint.hs
@@ -44,7 +44,7 @@
   , displayCap
   ) where
 
-import Text.PrettyPrint.Leijen.Extras
+import Text.PrettyPrint.Free
 import System.Console.Terminfo.Color
 import System.Console.Terminfo.Effects
 import System.Console.Terminfo.Base
diff --git a/wl-pprint-terminfo.cabal b/wl-pprint-terminfo.cabal
--- a/wl-pprint-terminfo.cabal
+++ b/wl-pprint-terminfo.cabal
@@ -1,6 +1,6 @@
 name:          wl-pprint-terminfo
 category:      Control, Monads, Text
-version:       0.2.3
+version:       0.3
 cabal-version: >= 1.6
 license:       BSD3
 license-file:  LICENSE
@@ -20,12 +20,12 @@
 library
 
   build-depends: 
-    base >= 4 && < 5,
-    semigroups >= 0.7.1 && < 0.8,
-    wl-pprint-extras >= 1.2.2 && < 1.3,
-    hscurses >= 1.4 && < 1.5,
-    terminfo >= 0.3.2 && < 0.4,
-    transformers >= 0.2.2 && < 0.3
+    base             >= 4     && < 5,
+    semigroups       >= 0.7.1 && < 0.8,
+    wl-pprint-extras >= 1.3   && < 1.4,
+    hscurses         >= 1.4   && < 1.5,
+    terminfo         >= 0.3.2 && < 0.4,
+    transformers     >= 0.2.2 && < 0.3
 
   exposed-modules:
     System.Console.Terminfo.PrettyPrint
