From a41903b6c548dc5c7c9d070cc4d4851799a9c866 Mon Sep 17 00:00:00 2001 From: Janus Troelsen Date: Fri, 24 May 2024 14:25:39 -0600 Subject: [PATCH] Bump dependencies for GHC 9.10 --- openapi3.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openapi3.cabal b/openapi3.cabal index 5e467090..00837cdb 100644 --- a/openapi3.cabal +++ b/openapi3.cabal @@ -66,10 +66,10 @@ library -- GHC boot libraries build-depends: - base >=4.11.1.0 && <4.20 + base >=4.11.1.0 && <4.21 , bytestring >=0.10.8.2 && <0.13 , containers >=0.5.11.0 && <0.8 - , template-haskell >=2.13.0.0 && <2.22 + , template-haskell >=2.13.0.0 && <2.23 , time >=1.8.0.2 && <1.14 , transformers >=0.5.5.0 && <0.7 @@ -79,7 +79,7 @@ library -- other dependencies build-depends: - base-compat-batteries >=0.11.1 && <0.14 + base-compat-batteries >=0.11.1 && <0.15 , aeson >=1.4.2.0 && <1.6 || >=2.0.1.0 && < 2.3 , aeson-pretty >=0.8.7 && <0.9 -- cookie 0.4.3 is needed by GHC 7.8 due to time>=1.4 constraint