diff --git a/wl-pprint-console.cabal b/wl-pprint-console.cabal
--- a/wl-pprint-console.cabal
+++ b/wl-pprint-console.cabal
@@ -3,7 +3,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           wl-pprint-console
-version:        0.1.0.0
+version:        0.1.0.1
 synopsis:       Wadler/Leijen pretty printer supporting colorful console output.
 description:    Wadler/Leijen pretty printer with support for annotations and colorful console output. Additional useful display routines are provided, e.g, for HTML output.
 category:       Text
@@ -29,7 +29,7 @@
   ghc-options: -Wall
   build-depends:
       base                >= 4.8 && < 5
-    , colorful-monoids    >= 0.1 && < 0.2
+    , colorful-monoids    >= 0.2 && < 0.3
     , wl-pprint-annotated >= 0.0.1.2 && < 0.0.2
     , text                >= 0.11 && < 1.3
     , bytestring          >= 0.10.2 && < 0.11
