diff --git a/Test/Tasty/Ingredients/ConsoleReporter.hs b/Test/Tasty/Ingredients/ConsoleReporter.hs
--- a/Test/Tasty/Ingredients/ConsoleReporter.hs
+++ b/Test/Tasty/Ingredients/ConsoleReporter.hs
@@ -197,7 +197,7 @@
 fail     = output BoldIntensity   Vivid Red
 ok       = output NormalIntensity Dull  Green
 infoOk   = output NormalIntensity Dull  White
-infoFail = output NormalIntensity Dull  Black
+infoFail = output NormalIntensity Dull  Red
 
 output
   :: (?colors :: Bool)
diff --git a/tasty.cabal b/tasty.cabal
--- a/tasty.cabal
+++ b/tasty.cabal
@@ -2,7 +2,7 @@
 --  see http://haskell.org/cabal/users-guide/
 
 name:                tasty
-version:             0.4.0.1
+version:             0.4.1.1
 synopsis:            Modern and extensible testing framework
 description:         See <http://documentup.com/feuerbach/tasty>
 license:             MIT
