diff --git a/wl-pprint-extras.cabal b/wl-pprint-extras.cabal
--- a/wl-pprint-extras.cabal
+++ b/wl-pprint-extras.cabal
@@ -1,6 +1,6 @@
 name:          wl-pprint-extras
 category:      Control, Monads, Text
-version:       1.6.1
+version:       1.6.2
 cabal-version: >= 1.6
 license:       BSD3
 license-file:  LICENSE
@@ -21,11 +21,11 @@
 library
 
   build-depends:
-    base          >= 4       && < 5,
-    containers    >= 0.4     && < 0.5,
-    semigroups    >= 0.8     && < 0.9,
-    semigroupoids >= 1.2.6.1 && < 1.3,
-    utf8-string   >= 0.3.6   && < 0.4
+    base          >= 4     && < 5,
+    containers    >= 0.4   && < 0.5,
+    semigroups    >= 0.8.2 && < 0.9,
+    semigroupoids >= 1.3   && < 1.4,
+    utf8-string   >= 0.3.6 && < 0.4
 
   exposed-modules:
     Text.PrettyPrint.Free
