[commit: packages/array] master: Relax upper bound on `base` to allow GHC8/base-4.9 (dd75c73)
git at git.haskell.org
git at git.haskell.org
Wed Oct 28 21:15:58 UTC 2015
Repository : ssh://git@git.haskell.org/array
On branch : master
Link : http://git.haskell.org/packages/array.git/commitdiff/dd75c73d191b3f07209c38f78ebe9dcc26fc5ed4
>---------------------------------------------------------------
commit dd75c73d191b3f07209c38f78ebe9dcc26fc5ed4
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Wed Oct 28 22:13:52 2015 +0100
Relax upper bound on `base` to allow GHC8/base-4.9
>---------------------------------------------------------------
dd75c73d191b3f07209c38f78ebe9dcc26fc5ed4
array.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/array.cabal b/array.cabal
index cd9215e..566a11c 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
More information about the ghc-commits
mailing list