From 1405e3f5131c899d7531b41249d5921b1d16065a Mon Sep 17 00:00:00 2001 From: Javier Sagredo Date: Wed, 29 May 2024 12:10:01 +0200 Subject: [PATCH] Revise bounds on constraints package --- quickcheck-lockstep.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickcheck-lockstep.cabal b/quickcheck-lockstep.cabal index 9539322..be01b2f 100644 --- a/quickcheck-lockstep.cabal +++ b/quickcheck-lockstep.cabal @@ -61,7 +61,7 @@ library build-depends: -- quickcheck-dynamic requires ghc 8.10 minimum base >= 4.14 && < 4.20 - , constraints >= 0.13 && < 0.14 + , constraints >= 0.13 && < 0.15 , mtl >= 2.2 && < 2.4 , containers >= 0.6 && < 0.7 , QuickCheck >= 2.14 && < 2.15