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.5
+version:             0.1.0.6
 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
@@ -81,7 +81,7 @@
 
   build-depends:       base >=4.7 && <5
                      , effect-handlers
-                     , hspec >= 2.1 && <2.2
+                     , hspec >= 2.1 && <3
                      , QuickCheck
                      , HUnit
                      , hspec-discover
@@ -102,7 +102,7 @@
   main-is:             TestBench.hs
   build-depends:       base >=4.7 && <5
                      , effect-handlers
-                     , criterion >= 1.0 && <1.2
+                     , criterion >= 1.0 && <2
   ghc-options:         -O3
   default-extensions:  DataKinds
                      , FlexibleContexts
