tasty-smallcheck 0.1 → 0.2
raw patch · 2 files changed
+3/−1 lines, 2 files
Files
- Test/Tasty/SmallCheck.hs +2/−0
- tasty-smallcheck.cabal +1/−1
Test/Tasty/SmallCheck.hs view
@@ -5,12 +5,14 @@ module Test.Tasty.SmallCheck ( testProperty , SmallCheckDepth(..)+ , module Test.SmallCheck ) where import Test.Tasty.Providers import Test.Tasty.Options import qualified Test.SmallCheck as SC import qualified Test.SmallCheck.Drivers as SC+import Test.SmallCheck hiding (smallCheck) -- for re-export import Test.SmallCheck.Drivers import Data.Typeable import Data.Proxy
tasty-smallcheck.cabal view
@@ -1,5 +1,5 @@ Name: tasty-smallcheck-Version: 0.1+Version: 0.2 Cabal-Version: >= 1.6 Category: Testing Synopsis: SmallCheck support for the Tasty test framework.