diff --git a/effect-handlers.cabal b/effect-handlers.cabal
--- a/effect-handlers.cabal
+++ b/effect-handlers.cabal
@@ -1,5 +1,5 @@
 name:                effect-handlers
-version:             0.1.0.2
+version:             0.1.0.3
 synopsis:            A library for writing extensible algebraic effects and handlers. Similar to extensible-effects but with deep handlers.
 homepage:            https://github.com/edofic/effect-handlers
 bug-reports:         https://github.com/edofic/effect-handlers/issues
@@ -53,7 +53,7 @@
                      , Control.Effects.Search 
 
   -- other-extensions:    
-  build-depends:       base           >=4.7 && <4.8
+  build-depends:       base           >=4.7 && <4.9
                      , free           >=4.9 && <4.12
                      , mtl            >=2.1 && <2.3
                      , kan-extensions >=4.1 && <4.3
