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.8.3
+version:            0.8.3.1
 cabal-version:      >= 1.6
 license:            BSD3
 license-file:       LICENSE
@@ -34,13 +34,13 @@
   extensions: CPP
 
   build-depends:
-    base             >= 4     && < 5,
-    semigroups       >= 0.8.2 && < 0.9,
-    containers       >= 0.4   && < 0.5,
-    wl-pprint-extras >= 1.6.3 && < 1.7,
-    bytestring       >= 0.9.1 && < 0.10,
-    terminfo         >= 0.3.2 && < 0.4,
-    transformers     >= 0.2   && < 0.4
+    base             >= 4       && < 5,
+    semigroups       >= 0.8.3.1 && < 0.9,
+    containers       >= 0.4     && < 0.6,
+    wl-pprint-extras >= 1.6.3.1 && < 1.7,
+    bytestring       >= 0.9.1   && < 0.10,
+    terminfo         >= 0.3.2   && < 0.4,
+    transformers     >= 0.2     && < 0.4
 
   if flag(Cursed)
     other-modules: System.Console.Terminfo.PrettyPrint.Curses
