From 37d1e4987c2fbd0d6dfb92cfc70fc2cdb35b606a Mon Sep 17 00:00:00 2001 From: Bodigrim Date: Sat, 18 Jun 2022 17:23:52 +0100 Subject: [PATCH] Add lower bound for tasty-quickcheck --- bytestring.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bytestring.cabal b/bytestring.cabal index 6755b2297..009aab131 100644 --- a/bytestring.cabal +++ b/bytestring.cabal @@ -169,7 +169,7 @@ test-suite bytestring-tests ghc-prim, QuickCheck, tasty, - tasty-quickcheck, + tasty-quickcheck >= 0.8.1, template-haskell, transformers >= 0.3 ghc-options: -fwarn-unused-binds