test-framework-quickcheck 0.2.0 → 0.2.1
raw patch · 2 files changed
+5/−2 lines, 2 files
Files
Test/Framework/Providers/QuickCheck.hs view
@@ -1,3 +1,6 @@+-- | Allows QuickCheck1 properties to be used with the test-framework package.+--+-- For an example of how to use test-framework, please see <http://github.com/batterseapower/test-framework/raw/master/example/Test/Framework/Example.lhs> module Test.Framework.Providers.QuickCheck ( testProperty ) where
test-framework-quickcheck.cabal view
@@ -1,6 +1,6 @@ Name: test-framework-quickcheck-Version: 0.2.0-Cabal-Version: >= 1.2+Version: 0.2.1+Cabal-Version: >= 1.2.3 Category: Testing Synopsis: QuickCheck support for the test-framework package. License: BSD3