diff --git a/exon.cabal b/exon.cabal
--- a/exon.cabal
+++ b/exon.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           exon
-version:        1.6.0.0
+version:        1.6.0.1
 synopsis:       Customizable quasiquote interpolation
 description:    See https://hackage.haskell.org/package/exon/docs/Exon.html
 category:       String
@@ -143,9 +143,9 @@
   build-depends:
       base ==4.*
     , exon
-    , hedgehog >=1.1 && <1.3
+    , hedgehog >=1.1 && <1.5
     , incipit-base >=0.4 && <0.6
-    , tasty ==1.4.*
+    , tasty >=1.4 && <1.6
     , tasty-hedgehog >=1.3 && <1.5
     , template-haskell
   mixins:
