From 7de4c7684958e90fd8a7f2ccddb9cab93a2df61f Mon Sep 17 00:00:00 2001 From: Jack Kelly Date: Thu, 21 Aug 2025 17:31:50 +1000 Subject: [PATCH] Raise bound: QuickCheck --- openapi3.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi3.cabal b/openapi3.cabal index 1185d03..5e70699 100644 --- a/openapi3.cabal +++ b/openapi3.cabal @@ -97,7 +97,7 @@ library , unordered-containers >=0.2.9.0 && <0.3 , uuid-types >=1.0.3 && <1.1 , vector >=0.12.0.1 && <0.14 - , QuickCheck >=2.10.1 && <2.16 + , QuickCheck >=2.10.1 && <2.17 default-language: Haskell2010