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.2
+version:            0.8.3
 cabal-version:      >= 1.6
 license:            BSD3
 license-file:       LICENSE
@@ -12,9 +12,9 @@
 synopsis:           A color pretty printer with terminfo support
 description:        A color pretty printer with terminfo support
 build-type:         Custom
-data-files: 
-  cbits/cursed.h 
-  wl-pprint-terminfo.buildinfo.in 
+data-files:
+  cbits/cursed.h
+  wl-pprint-terminfo.buildinfo.in
   cbits/config.h.in
   configure.ac
   configure
@@ -28,19 +28,19 @@
   default: True
 
 library
-  include-dirs: cbits . 
+  include-dirs: cbits .
   includes: cursed.h
 
   extensions: CPP
 
-  build-depends: 
+  build-depends:
     base             >= 4     && < 5,
-    semigroups       >= 0.8   && < 0.9,
+    semigroups       >= 0.8.2 && < 0.9,
     containers       >= 0.4   && < 0.5,
-    wl-pprint-extras >= 1.6.1 && < 1.7,
+    wl-pprint-extras >= 1.6.3 && < 1.7,
     bytestring       >= 0.9.1 && < 0.10,
     terminfo         >= 0.3.2 && < 0.4,
-    transformers     >= 0.2.2 && < 0.3
+    transformers     >= 0.2   && < 0.4
 
   if flag(Cursed)
     other-modules: System.Console.Terminfo.PrettyPrint.Curses
@@ -48,4 +48,4 @@
 
   exposed-modules: System.Console.Terminfo.PrettyPrint
 
-  ghc-options: -Wall 
+  ghc-options: -Wall
