From 25a75b367869ae4c17545415a063677d2d867658 Mon Sep 17 00:00:00 2001 From: Alexey Kuleshevich Date: Mon, 6 Jan 2025 10:55:00 -0700 Subject: [PATCH] Add a lower bound for `tasty-quickcheck` --- mwc-random.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mwc-random.cabal b/mwc-random.cabal index b09ce2d..b49fb5b 100644 --- a/mwc-random.cabal +++ b/mwc-random.cabal @@ -120,9 +120,9 @@ test-suite mwc-prop-tests , QuickCheck >=2.2 , vector >=0.12.1 , tasty >=1.3.1 - , tasty-quickcheck + , tasty-quickcheck >=0.10.2 , tasty-hunit - , random >=1.2 + , random >=1.2 , mtl , math-functions >=0.3.4