From 2e894f71c46fa867b76ea9cd5507310afacea03a Mon Sep 17 00:00:00 2001
From: Mikolaj Konarski <mikolaj.konarski@gmail.com>
Date: Fri, 30 Sep 2022 12:51:00 +0200
Subject: [PATCH] Bump base bump for cabal-dev-scripts to GHC 9.2 base

---
 cabal-dev-scripts/cabal-dev-scripts.cabal | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cabal-dev-scripts/cabal-dev-scripts.cabal b/cabal-dev-scripts/cabal-dev-scripts.cabal
index 5c783dd7cc..908e5377df 100644
--- a/cabal-dev-scripts/cabal-dev-scripts.cabal
+++ b/cabal-dev-scripts/cabal-dev-scripts.cabal
@@ -18,7 +18,7 @@ executable gen-spdx
   ghc-options:      -Wall
   build-depends:
     , aeson                 ^>=1.4.1.0 || ^>=1.5.2.0
-    , base                  >=4.10     && <4.16
+    , base                  >=4.10     && <4.17
     , bytestring
     , containers
     , Diff                  ^>=0.4
@@ -35,7 +35,7 @@ executable gen-spdx-exc
   ghc-options:      -Wall
   build-depends:
     , aeson                 ^>=1.4.1.0 || ^>=1.5.2.0
-    , base                  >=4.10     && <4.16
+    , base                  >=4.10     && <4.17
     , bytestring
     , containers
     , Diff                  ^>=0.4
-- 
GitLab