From 180e6d511caea8d12d2d072dc6e1c1adc77e395e Mon Sep 17 00:00:00 2001 From: Jack Kelly Date: Tue, 14 May 2024 10:29:52 +1000 Subject: [PATCH 1/2] Allow `lens ^>=5.3` Not particularly useful until `insert-ordered-containers` does so too, see https://github.com/phadej/insert-ordered-containers/pull/58 --- openapi3.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi3.cabal b/openapi3.cabal index a841ad7f..ab546247 100644 --- a/openapi3.cabal +++ b/openapi3.cabal @@ -88,7 +88,7 @@ library , hashable >=1.2.7.0 && <1.5 , http-media >=0.8.0.0 && <0.9 , insert-ordered-containers >=0.2.3 && <0.3 - , lens >=4.16.1 && <5.3 + , lens >=4.16.1 && <5.4 , optics-core >=0.2 && <0.5 , optics-th >=0.2 && <0.5 , scientific >=0.3.6.2 && <0.4 From 12b7f9be1d259197c393abbe5f571314d0bde593 Mon Sep 17 00:00:00 2001 From: Jack Kelly Date: Tue, 14 May 2024 10:30:30 +1000 Subject: [PATCH 2/2] 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