diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,6 @@
+# 0.1.4.6
+- Relax bounds on tasty-quickcheck
+
 # 0.1.4.5
 - Fix dependencies for GHC < 8.0
 
diff --git a/foldl-statistics.cabal b/foldl-statistics.cabal
--- a/foldl-statistics.cabal
+++ b/foldl-statistics.cabal
@@ -1,5 +1,5 @@
 name: foldl-statistics
-version: 0.1.4.5
+version: 0.1.4.6
 cabal-version: >=1.10
 build-type: Simple
 license: BSD3
@@ -51,11 +51,11 @@
     main-is: Spec.hs
     build-depends:
         base >=4.7 && <5.0,
-        foldl-statistics >=0.1.4.5 && <0.2,
+        foldl-statistics >=0.1.4.6 && <0.2,
         foldl >=1.2.5 && <1.3,
         statistics >=0.13 && <0.15,
         tasty ==0.11.*,
-        tasty-quickcheck ==0.8.*,
+        tasty-quickcheck >=0.8 && <0.10,
         vector >=0.11 && <0.13,
         quickcheck-instances ==0.3.*,
         profunctors ==5.2.*
@@ -72,7 +72,7 @@
     main-is: Main.hs
     build-depends:
         base >=4.9.1.0 && <4.10,
-        foldl-statistics >=0.1.4.5 && <0.2,
+        foldl-statistics >=0.1.4.6 && <0.2,
         criterion ==1.1.*,
         vector >=0.10 && <1.0,
         statistics >=0.13.3.0 && <0.14,
