diff --git a/binary-parser.cabal b/binary-parser.cabal
--- a/binary-parser.cabal
+++ b/binary-parser.cabal
@@ -1,6 +1,6 @@
 cabal-version: 3.0
 name:          binary-parser
-version:       0.5.7.6
+version:       0.5.7.7
 synopsis:
   An efficient but limited parser API specialised to bytestrings
 
@@ -82,4 +82,4 @@
     , bytestring >=0.10 && <0.13
     , tasty >=1.2.3 && <2
     , tasty-hunit ^>=0.10
-    , tasty-quickcheck ^>=0.10
+    , tasty-quickcheck >=0.10 && <0.12
