diff --git a/primitive.cabal b/primitive.cabal
index eea258f..92ea6f0 100644
--- a/primitive.cabal
+++ b/primitive.cabal
@@ -89,7 +89,7 @@ test-suite test-qc
, base-orphans
, primitive
, quickcheck-classes-base >= 0.6 && <0.7
- , QuickCheck >= 2.13 && < 2.16
+ , QuickCheck >= 2.13 && < 2.17
, tasty >= 1.2 && < 1.6
, tasty-quickcheck
, tagged
all tests pass on QuickCheck-2.17 with the following patch:
applied on tag
v0.9.1.0