diff --git a/ansigraph.cabal b/ansigraph.cabal
--- a/ansigraph.cabal
+++ b/ansigraph.cabal
@@ -1,5 +1,5 @@
 name:                ansigraph
-version:             0.3.0.3
+version:             0.3.0.4
 synopsis:            Terminal-based graphing via ANSI and Unicode
 
 description:         Ansigraph is an ultralightweight terminal-based graphing utility. It uses
@@ -60,7 +60,7 @@
                        System.Console.Ansigraph.Internal.Matrix
 
   build-depends:       base >=4.6 && <4.11,
-                       ansi-terminal >=0.6 && <0.7
+                       ansi-terminal >=0.6 && <0.8
 
   if (impl(ghc < 8.0))
     build-depends:     transformers >= 0.3 && <0.6
