From dd75c73d191b3f07209c38f78ebe9dcc26fc5ed4 Mon Sep 17 00:00:00 2001
From: Herbert Valerio Riedel <hvr@gnu.org>
Date: Wed, 28 Oct 2015 22:13:52 +0100
Subject: [PATCH] Relax upper bound on `base` to allow GHC8/base-4.9

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

diff --git a/array.cabal b/array.cabal
index cd9215e2..566a11cf 100644
--- a/array.cabal
+++ b/array.cabal
@@ -37,7 +37,7 @@ library
       Trustworthy,
       UnboxedTuples,
       UnliftedFFITypes
-  build-depends: base >= 4.5 && < 4.9
+  build-depends: base >= 4.5 && < 4.10
   ghc-options: -Wall
   exposed-modules:
       Data.Array
-- 
GitLab