tasty-quickcheck 0.8.0.3 → 0.8.1
raw patch · 2 files changed
+1/−2 lines, 2 files
Files
- Test/Tasty/QuickCheck.hs +0/−1
- tasty-quickcheck.cabal +1/−1
Test/Tasty/QuickCheck.hs view
@@ -25,7 +25,6 @@ , verboseCheckWithResult , verboseCheckResult , verbose- , Gen ) import Test.QuickCheck.Random (QCGen) import Data.Typeable
tasty-quickcheck.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: tasty-quickcheck-version: 0.8.0.3+version: 0.8.1 synopsis: QuickCheck support for the Tasty test framework. description: QuickCheck support for the Tasty test framework. license: MIT