From a41903b6c548dc5c7c9d070cc4d4851799a9c866 Mon Sep 17 00:00:00 2001
From: Janus Troelsen <janus@flipstone.com>
Date: Fri, 24 May 2024 14:25:39 -0600
Subject: [PATCH 1/2] 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

From 0860a5acc6f5c0cafb426850e6c9f764fec66ac8 Mon Sep 17 00:00:00 2001
From: Janus Troelsen <ysangkok@gmail.com>
Date: Thu, 2 Jan 2025 17:52:34 -0600
Subject: [PATCH 2/2] Allow hashable-1.5

---
 openapi3.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openapi3.cabal b/openapi3.cabal
index 00837cdb..29d2ee20 100644
--- a/openapi3.cabal
+++ b/openapi3.cabal
@@ -85,7 +85,7 @@ library
     -- cookie 0.4.3 is needed by GHC 7.8 due to time>=1.4 constraint
     , cookie                    >=0.4.3    && <0.6
     , generics-sop              >=0.5.1.0  && <0.6
-    , hashable                  >=1.2.7.0  && <1.5
+    , hashable                  >=1.2.7.0  && <1.6
     , http-media                >=0.8.0.0  && <0.9
     , insert-ordered-containers >=0.2.3    && <0.3
     , lens                      >=4.16.1   && <5.4