diff --git a/polysemy-log-di.cabal b/polysemy-log-di.cabal
--- a/polysemy-log-di.cabal
+++ b/polysemy-log-di.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           polysemy-log-di
-version:        0.2.2.4
+version:        0.3.0.0
 synopsis:       Di Adapters for Polysemy-Log
 description:    See <https://hackage.haskell.org/package/polysemy-log-di/docs/Polysemy-Log-Di.html>
 category:       Logging
@@ -94,7 +94,7 @@
       UndecidableInstances
       UnicodeSyntax
       ViewPatterns
-  ghc-options: -flate-specialise -fspecialise-aggressively -Wall -Wredundant-constraints
+  ghc-options: -flate-specialise -fspecialise-aggressively -Wall -Wredundant-constraints -Wunused-packages
   build-depends:
       base ==4.*
     , di-polysemy >=0.2.0.0
@@ -102,9 +102,6 @@
     , polysemy-conc >=0.1.0.0
     , polysemy-log
     , polysemy-time >=0.1.1.0
-    , relude >=0.7
-    , text
-    , time
   mixins:
       base hiding (Prelude)
     , polysemy-log hiding (Polysemy.Log.Prelude)
@@ -177,22 +174,14 @@
       UndecidableInstances
       UnicodeSyntax
       ViewPatterns
-  ghc-options: -flate-specialise -fspecialise-aggressively -Wall -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
+  ghc-options: -flate-specialise -fspecialise-aggressively -Wall -Wredundant-constraints -Wunused-packages -threaded -rtsopts -with-rtsopts=-N
   build-depends:
       base ==4.*
-    , di-polysemy >=0.2.0.0
-    , hedgehog
     , polysemy >=1.5
-    , polysemy-conc >=0.1.0.0
     , polysemy-log
     , polysemy-log-di
     , polysemy-test
-    , polysemy-time >=0.1.1.0
-    , relude >=0.7
     , tasty
-    , tasty-hedgehog
-    , text
-    , time
   mixins:
       base hiding (Prelude)
     , polysemy-log hiding (Polysemy.Log.Prelude)
