diff --git a/chell.cabal b/chell.cabal
--- a/chell.cabal
+++ b/chell.cabal
@@ -1,5 +1,5 @@
 name: chell
-version: 0.3.1
+version: 0.3.2
 license: MIT
 license-file: license.txt
 author: John Millikin <jmillikin@gmail.com>
@@ -55,7 +55,7 @@
 source-repository this
   type: git
   location: https://john-millikin.com/code/chell/
-  tag: chell_0.3.1
+  tag: chell_0.3.2
 
 flag color-output
   description: Enable colored output in test results
@@ -77,7 +77,7 @@
 
   if flag(color-output)
     build-depends:
-        ansi-terminal >= 0.5 && < 0.6
+        ansi-terminal >= 0.5 && < 0.7
 
   exposed-modules:
     Test.Chell
