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.11.0.2
+version:             1.11.0.3
 
 -- A short (one-line) description of the package.
 synopsis:            An Alternative to Monad Transformers
@@ -145,7 +145,7 @@
   build-depends:
     base >= 4.6 && < 5
     , QuickCheck == 2.*
-    , HUnit == 1.2.*
+    , HUnit >= 1.2 && < 1.4
     , test-framework == 0.8.*
     , test-framework-hunit == 0.3.*
     , test-framework-quickcheck2 == 0.3.*
