[commit: packages/array] master: Bump upper bound on base (9d63218)
git at git.haskell.org
git at git.haskell.org
Fri Sep 15 15:57:27 UTC 2017
Repository : ssh://git@git.haskell.org/array
On branch : master
Link : http://git.haskell.org/packages/array.git/commitdiff/9d63218fd067ff4885c0efa43b388238421a5c89
>---------------------------------------------------------------
commit 9d63218fd067ff4885c0efa43b388238421a5c89
Author: Ben Gamari <ben at smart-cactus.org>
Date: Wed Sep 13 20:04:36 2017 -0400
Bump upper bound on base
>---------------------------------------------------------------
9d63218fd067ff4885c0efa43b388238421a5c89
array.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/array.cabal b/array.cabal
index 1a71bab..ceaf54d 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
More information about the ghc-commits
mailing list