diff --git a/polysemy-test.cabal b/polysemy-test.cabal
--- a/polysemy-test.cabal
+++ b/polysemy-test.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           polysemy-test
-version:        0.4.0.1
+version:        0.5.0.0
 synopsis:       Polysemy Effects for Testing
 description:    See https://hackage.haskell.org/package/polysemy-test/docs/Polysemy-Test.html
 category:       Test
@@ -93,7 +93,7 @@
   build-depends:
       base >=4.12 && <5
     , hedgehog >=1.0.2
-    , incipit-core
+    , incipit-core >=0.2
     , path >=0.7
     , path-io >=0.2
     , polysemy >=1.3
diff --git a/test/Polysemy/Test/Test/HedgehogTest.hs b/test/Polysemy/Test/Test/HedgehogTest.hs
--- a/test/Polysemy/Test/Test/HedgehogTest.hs
+++ b/test/Polysemy/Test/Test/HedgehogTest.hs
@@ -1,6 +1,5 @@
 module Polysemy.Test.Test.HedgehogTest where
 
-import Control.Monad.IO.Class (liftIO)
 import Hedgehog (TestT, assert)
 import Hedgehog.Internal.Property (Failure (Failure), runTestT)
 
