From 597e0927c138e0f48dfbaab605e10634612f53c2 Mon Sep 17 00:00:00 2001
From: Ben Gamari <ben@smart-cactus.org>
Date: Fri, 22 May 2020 23:12:17 -0400
Subject: [PATCH] Allow base-4.15

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

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