From 9d63218fd067ff4885c0efa43b388238421a5c89 Mon Sep 17 00:00:00 2001 From: Ben Gamari <ben@smart-cactus.org> Date: Wed, 13 Sep 2017 20:04:36 -0400 Subject: [PATCH] Bump upper bound on base --- array.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/array.cabal b/array.cabal index 1a71bab6..ceaf54da 100644 --- a/array.cabal +++ b/array.cabal @@ -37,7 +37,7 @@ library Trustworthy, UnboxedTuples, UnliftedFFITypes - build-depends: base >= 4.7 && < 4.11 + build-depends: base >= 4.7 && < 4.12 ghc-options: -Wall exposed-modules: Data.Array -- GitLab