From bab2c234f176fe3e95443cbe4387833da22f7e5d Mon Sep 17 00:00:00 2001 From: Ben Gamari <ben@smart-cactus.org> Date: Tue, 15 Nov 2016 12:33:45 -0500 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 d5dd036d..91343e18 100644 --- a/array.cabal +++ b/array.cabal @@ -37,7 +37,7 @@ library Trustworthy, UnboxedTuples, UnliftedFFITypes - build-depends: base >= 4.5 && < 4.10 + build-depends: base >= 4.5 && < 4.11 ghc-options: -Wall exposed-modules: Data.Array -- GitLab