From f73f681e52546b1e35cb9e8a62fe49c33f259d98 Mon Sep 17 00:00:00 2001
From: Ben Gamari <ben@smart-cactus.org>
Date: Mon, 11 Nov 2019 17:23:07 -0500
Subject: [PATCH] Bump base upper bound to 4.15

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

diff --git a/array.cabal b/array.cabal
index 0b30108d..6b541869 100644
--- a/array.cabal
+++ b/array.cabal
@@ -36,7 +36,7 @@ library
       Trustworthy,
       UnboxedTuples,
       UnliftedFFITypes
-  build-depends: base >= 4.9 && < 4.14
+  build-depends: base >= 4.9 && < 4.15
   ghc-options: -Wall
   exposed-modules:
       Data.Array
-- 
GitLab