tasty 0.4.0.1 → 0.4.1.1
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
Test/Tasty/Ingredients/ConsoleReporter.hs view
@@ -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)
tasty.cabal view
@@ -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