diff --git a/zxcvbn-hs.cabal b/zxcvbn-hs.cabal
--- a/zxcvbn-hs.cabal
+++ b/zxcvbn-hs.cabal
@@ -1,6 +1,6 @@
 cabal-version:      2.2
 name:               zxcvbn-hs
-version:            0.3.4
+version:            0.3.5
 synopsis:           Password strength estimation based on zxcvbn.
 license:            MIT
 license-file:       LICENSE
@@ -127,7 +127,7 @@
   hs-source-dirs: test
   main-is:        Main.hs
   build-depends:
-    hedgehog >=0.6 && <1.3 || ^>=1.3,
+    hedgehog >=0.6 && <1.3 || ^>=1.3 || ^>=1.4,
     tasty >=1.1 && <1.5,
     tasty-hedgehog >=0.2 && <2,
     tasty-hunit ^>=0.10,
