test-framework 0.6.1 → 0.6.2
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
Test/Framework/Runners/Console.hs view
@@ -1,6 +1,6 @@ module Test.Framework.Runners.Console ( defaultMain, defaultMainWithArgs, defaultMainWithOpts,- interpretArgs, interpretArgsOrExit+ optionsDescription, interpretArgs, interpretArgsOrExit ) where import Test.Framework.Core
test-framework.cabal view
@@ -1,5 +1,5 @@ Name: test-framework-Version: 0.6.1+Version: 0.6.2 Cabal-Version: >= 1.2.3 Category: Testing Synopsis: Framework for running and organising tests, with HUnit and QuickCheck support