diff --git a/prop-unit.cabal b/prop-unit.cabal
--- a/prop-unit.cabal
+++ b/prop-unit.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           prop-unit
-version:        1.0.0
+version:        1.0.1
 synopsis:       Conveniences for using Hedgehog as a unit test runner
 description:    Please see the README on GitHub at <https://github.com/ejconlon/prop-unit#readme>
 category:       Testing
diff --git a/src/PropUnit.hs b/src/PropUnit.hs
--- a/src/PropUnit.hs
+++ b/src/PropUnit.hs
@@ -9,6 +9,7 @@
   , Range
   , TestLimit
   , TestName
+  , TestT
   , TestTree
   , (===)
   , (/==)
diff --git a/src/PropUnit/Hedgehog/Gen.hs b/src/PropUnit/Hedgehog/Gen.hs
--- a/src/PropUnit/Hedgehog/Gen.hs
+++ b/src/PropUnit/Hedgehog/Gen.hs
@@ -1,3 +1,4 @@
+-- | Full re-export of Hedgehog.Gen
 module PropUnit.Hedgehog.Gen
   ( module Hedgehog.Gen
   )
