diff --git a/prop-unit.cabal b/prop-unit.cabal
--- a/prop-unit.cabal
+++ b/prop-unit.cabal
@@ -1,11 +1,11 @@
 cabal-version: 1.12
 
--- This file has been generated from package.yaml by hpack version 0.37.0.
+-- This file has been generated from package.yaml by hpack version 0.39.1.
 --
 -- see: https://github.com/sol/hpack
 
 name:           prop-unit
-version:        1.0.1
+version:        1.0.2
 synopsis:       Conveniences for using Hedgehog as a unit test runner
 description:    Please see the README on GitHub at <https://github.com/ejconlon/prop-unit#readme>
 category:       Testing
@@ -37,6 +37,7 @@
   default-extensions:
       BangPatterns
       ConstraintKinds
+      DataKinds
       DeriveAnyClass
       DeriveFunctor
       DeriveFoldable
@@ -63,9 +64,9 @@
   ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints -fno-warn-unused-top-binds -fwrite-ide-info -hiedir=.hie
   build-depends:
       base >=4.12 && <5
-    , hedgehog >=1.4 && <1.6
+    , hedgehog >=1.4 && <1.8
     , tasty >=1.4 && <1.6
-    , tasty-hedgehog ==1.4.*
+    , tasty-hedgehog >=1.4 && <1.6
   default-language: Haskell2010
 
 test-suite prop-unit-test
@@ -78,6 +79,7 @@
   default-extensions:
       BangPatterns
       ConstraintKinds
+      DataKinds
       DeriveAnyClass
       DeriveFunctor
       DeriveFoldable
@@ -105,8 +107,8 @@
   build-depends:
       base >=4.12 && <5
     , containers
-    , hedgehog >=1.4 && <1.6
+    , hedgehog >=1.4 && <1.8
     , prop-unit
     , tasty >=1.4 && <1.6
-    , tasty-hedgehog ==1.4.*
+    , tasty-hedgehog >=1.4 && <1.6
   default-language: Haskell2010
