tasty 0.10.0.3 → 0.10.0.4
raw patch · 3 files changed
+8/−3 lines, 3 filesdep ~ansi-terminalPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: ansi-terminal
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−0
- Test/Tasty/Ingredients/ConsoleReporter.hs +1/−1
- tasty.cabal +2/−2
CHANGELOG.md view
@@ -1,6 +1,11 @@ Changes ======= +Version 0.10.0.4+----------------++Don't output ANSI codes for the Emacs terminal emulator+ Version 0.10.0.3 ----------------
Test/Tasty/Ingredients/ConsoleReporter.hs view
@@ -287,7 +287,7 @@ \opts tree -> Just $ \smap -> do- isTerm <- hIsTerminalDevice stdout+ isTerm <- hSupportsANSI stdout (\k -> if isTerm then (do hideCursor; k) `finally` showCursor
tasty.cabal view
@@ -2,7 +2,7 @@ -- see http://haskell.org/cabal/users-guide/ name: tasty-version: 0.10.0.3+version: 0.10.0.4 synopsis: Modern and extensible testing framework description: Tasty is a modern testing framework for Haskell. It lets you combine your unit tests, golden@@ -57,7 +57,7 @@ deepseq >= 1.3, unbounded-delays >= 0.1, async >= 2.0,- ansi-terminal >= 0.6.1,+ ansi-terminal >= 0.6.2, time >= 1.4 if impl(ghc < 7.6)