diff --git a/Test/Tasty/SmallCheck.hs b/Test/Tasty/SmallCheck.hs
--- a/Test/Tasty/SmallCheck.hs
+++ b/Test/Tasty/SmallCheck.hs
@@ -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
diff --git a/tasty-smallcheck.cabal b/tasty-smallcheck.cabal
--- a/tasty-smallcheck.cabal
+++ b/tasty-smallcheck.cabal
@@ -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.
