From dd0c6b9a4a7692055163a115f57cb9a351265cab Mon Sep 17 00:00:00 2001
From: HaskellMouse <rinat.stryungis@serokell.io>
Date: Mon, 1 Jun 2020 16:54:32 +0300
Subject: [PATCH] Bump base upper bound to 4.16

---
 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