From 77990b2132ba688f6282822891da2b9455e33c2f Mon Sep 17 00:00:00 2001
From: Ben Gamari <ben@smart-cactus.org>
Date: Fri, 29 Apr 2022 15:06:10 -0400
Subject: [PATCH] Bump base upper bound

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

diff --git a/array.cabal b/array.cabal
index 1b63c34d..877b5b81 100644
--- a/array.cabal
+++ b/array.cabal
@@ -36,7 +36,7 @@ library
       Trustworthy,
       UnboxedTuples,
       UnliftedFFITypes
-  build-depends: base >= 4.9 && < 4.17
+  build-depends: base >= 4.9 && < 4.18
   ghc-options: -Wall
   exposed-modules:
       Data.Array
-- 
GitLab