From 06e23f947e0e6c3e0dcbb46f0d01707154628cae Mon Sep 17 00:00:00 2001 From: Joris Dral Date: Tue, 27 Aug 2024 16:02:44 +0200 Subject: [PATCH] Allow `QuickCheck-2.15` --- quickcheck-lockstep.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickcheck-lockstep.cabal b/quickcheck-lockstep.cabal index 123ec13..fb281fd 100644 --- a/quickcheck-lockstep.cabal +++ b/quickcheck-lockstep.cabal @@ -65,7 +65,7 @@ library , constraints >=0.13 && <0.15 , containers ^>=0.6 || ^>=0.7 , mtl >=2.2 && <2.4 - , QuickCheck >=2.14 && <2.15 + , QuickCheck ^>=2.14 || ^>=2.15 , quickcheck-dynamic >=3.4.1 && <3.5 -- quickcheck-dynamic requires ghc 8.10 minimum