diff --git a/fortytwo.cabal b/fortytwo.cabal
--- a/fortytwo.cabal
+++ b/fortytwo.cabal
@@ -1,5 +1,5 @@
 name:                fortytwo
-version:1.0.5
+version:1.0.6
 synopsis:            Interactive terminal prompt
 description:         List of Prompt helpers to pimp the UIs of your haskell programs
 homepage:            https://github.com/gianlucaguarini/fortytwo#readme
@@ -36,7 +36,7 @@
                        FortyTwo.Renderers.Multiselect
   build-depends:       base >= 4.7 && < 5,
                        text <= 1.3,
-                       ansi-terminal >= 0.6.0.0 && <= 0.8.2
+                       ansi-terminal >= 0.6.0.0 && <= 0.12
   default-language:    Haskell2010
 
 executable             demo
