diff --git a/extensible-effects.cabal b/extensible-effects.cabal
--- a/extensible-effects.cabal
+++ b/extensible-effects.cabal
@@ -6,7 +6,7 @@
 -- PVP summary:      +-+------- breaking API changes
 --                   | | +----- non-breaking API additions
 --                   | | | +--- code changes with no API change
-version:             1.9.0.0
+version:             1.9.0.1
 
 -- A short (one-line) description of the package.
 synopsis:            An Alternative to Monad Transformers
@@ -109,8 +109,6 @@
 
   -- Other library packages from which modules are imported.
   build-depends:       base >= 4.6 && < 5
-                       , free >= 4.0 && < 5.0
-                       , kan-extensions >= 4.0 && < 5.0
                        , type-aligned >= 0.9.3
                        -- For MonadIO instance
                        , transformers >= 0.3 && < 0.5
