From 2a04072bf91c71a8a0b1ecbf5a605044db8222e8 Mon Sep 17 00:00:00 2001 From: Jack Kelly Date: Tue, 14 May 2024 10:30:30 +1000 Subject: [PATCH] Allow `QuickCheck ^>=2.15` Not especially useful until dependencies catch up, see: * https://github.com/haskell/aeson/issues/1096 * https://github.com/haskellari/qc-instances/issues/92 --- openapi3.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi3.cabal b/openapi3.cabal index ab546247..45730c36 100644 --- a/openapi3.cabal +++ b/openapi3.cabal @@ -95,7 +95,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.15 + , QuickCheck >=2.10.1 && <2.16 default-language: Haskell2010