diff --git a/clash-prelude-hedgehog.cabal b/clash-prelude-hedgehog.cabal
--- a/clash-prelude-hedgehog.cabal
+++ b/clash-prelude-hedgehog.cabal
@@ -1,7 +1,7 @@
 cabal-version:      2.2
 
 name:               clash-prelude-hedgehog
-version:            1.6.4
+version:            1.6.5
 synopsis:           Hedgehog Generators for clash-prelude
 description:        Hedgehog Generators for clash-prelude
 bug-reports:        https://github.com/clash-lang/clash-compiler/issues
@@ -23,17 +23,14 @@
     TypeApplications
     TypeFamilies
     TypeOperators
-
-  if impl(ghc >= 8.6)
-    default-extensions:
-      NoStarIsType
+    NoStarIsType
 
   ghc-options:
     -Wall -Wcompat
 
   build-depends:
     base      >= 4.11  && < 5,
-    hedgehog  >= 1.0.3 && < 1.1,
+    hedgehog  >= 1.0.3 && < 1.3,
 
 library
   import: basic-config
@@ -53,4 +50,4 @@
     ghc-typelits-natnormalise >= 0.7.2   && < 0.8,
     text                      >= 1.2.2   && < 1.4,
 
-    clash-prelude             == 1.6.4,
+    clash-prelude             == 1.6.5,
