diff --git a/lib/Polysemy/Test/Prelude.hs b/lib/Polysemy/Test/Prelude.hs
--- a/lib/Polysemy/Test/Prelude.hs
+++ b/lib/Polysemy/Test/Prelude.hs
@@ -21,12 +21,10 @@
 import Data.Either.Combinators (mapLeft)
 import Data.Foldable (foldl, traverse_)
 import Data.Map.Strict (Map, lookup)
-import Data.String.Interpolate (i)
 import qualified Data.Text as Text
 import Debug.Trace (trace, traceShow)
 import GHC.Err (undefined)
 import GHC.IO.Unsafe (unsafePerformIO)
-import Language.Haskell.TH.Quote (QuasiQuoter)
 import Polysemy (
   Effect,
   EffectRow,
@@ -231,8 +229,3 @@
 mneToList =
   maybe [] toList
 {-# INLINE mneToList #-}
-
-qt :: QuasiQuoter
-qt =
-  i
-{-# INLINE qt #-}
diff --git a/polysemy-test.cabal b/polysemy-test.cabal
--- a/polysemy-test.cabal
+++ b/polysemy-test.cabal
@@ -1,17 +1,17 @@
 cabal-version: 2.2
 
--- This file has been generated from package.yaml by hpack version 0.34.4.
+-- This file has been generated from package.yaml by hpack version 0.34.6.
 --
 -- see: https://github.com/sol/hpack
 
 name:           polysemy-test
-version:        0.3.1.8
-synopsis:       Polysemy effects for testing
-description:    Please see the README on Github at <https://github.com/tek/polysemy-test>
+version:        0.3.1.9
+synopsis:       Polysemy Effects for Testing
+description:    See https://hackage.haskell.org/package/polysemy-test/docs/Polysemy-Test.html
 category:       Test
 author:         Torsten Schmits
-maintainer:     tek@tryp.io
-copyright:      2020 Torsten Schmits
+maintainer:     haskell@tryp.io
+copyright:      2021 Torsten Schmits
 license:        BSD-2-Clause-Patent
 license-file:   LICENSE
 build-type:     Simple
@@ -105,10 +105,8 @@
     , path-io >=0.2
     , polysemy >=1.3
     , relude >=0.7
-    , string-interpolate >=0.1
     , tasty >=1.1
     , tasty-hedgehog >=1.0.0.2
-    , template-haskell
     , text
     , transformers
   mixins:
@@ -121,6 +119,8 @@
   other-modules:
       Polysemy.Test.Test.FilesTest
       Polysemy.Test.Test.HedgehogTest
+      Paths_polysemy_test
+  autogen-modules:
       Paths_polysemy_test
   hs-source-dirs:
       test
