From cea88b53a67245909f66a0ce5963f101fadf3b86 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..6214475 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.18 default-language: Haskell2010