test-framework 0.8.1.0 → 0.8.1.1
raw patch · 2 files changed
+7/−2 lines, 2 filesdep ~ansi-terminaldep ~time
Dependency ranges changed: ansi-terminal, time
Files
Test/Framework/Runners/Console/Table.hs view
@@ -1,11 +1,16 @@+{-# LANGUAGE CPP #-}+ module Test.Framework.Runners.Console.Table ( Cell(..), Column(..), renderTable ) where import Test.Framework.Utilities +#if MIN_VERSION_ansi_wl_pprint(0,6,6) import Text.PrettyPrint.ANSI.Leijen hiding (column, columns)-+#else+import Text.PrettyPrint.ANSI.Leijen hiding (column)+#endif data Cell = TextCell Doc | SeperatorCell
test-framework.cabal view
@@ -1,5 +1,5 @@ Name: test-framework-Version: 0.8.1.0+Version: 0.8.1.1 Cabal-Version: >= 1.6 Category: Testing Synopsis: Framework for running and organising tests, with HUnit and QuickCheck support