packages feed

test-framework 0.1 → 0.1.1

raw patch · 2 files changed

+2/−2 lines, 2 files

Files

Test/Framework.hs view
@@ -6,7 +6,7 @@         module Test.Framework.Seed     ) where -import Test.Framework.Core (TestName, testGroup, plusTestOptions)+import Test.Framework.Core (Test, TestName, testGroup, plusTestOptions) import Test.Framework.Options import Test.Framework.Runners.Console import Test.Framework.Runners.Options
test-framework.cabal view
@@ -1,5 +1,5 @@ Name:                test-framework-Version:             0.1+Version:             0.1.1 Cabal-Version:       >= 1.2 Category:            Testing Synopsis:            Framework for running and organising tests, with HUnit and QuickCheck support