[commit: packages/parallel] master: Relax build-deps to allow upcoming `array-0.5.0.0` (ea0d9b1)
git at git.haskell.org
git
Fri Oct 11 21:05:20 UTC 2013
Repository : ssh://git at git.haskell.org/parallel
On branch : master
Link : http://git.haskell.org/packages/parallel.git/commitdiff/ea0d9b1750f307ee6c92b8e3fffa37c65a8fe1e6
>---------------------------------------------------------------
commit ea0d9b1750f307ee6c92b8e3fffa37c65a8fe1e6
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Fri Oct 11 22:10:52 2013 +0200
Relax build-deps to allow upcoming `array-0.5.0.0`
Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>
>---------------------------------------------------------------
ea0d9b1750f307ee6c92b8e3fffa37c65a8fe1e6
parallel.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parallel.cabal b/parallel.cabal
index 902b7fe..444a58f 100644
--- a/parallel.cabal
+++ b/parallel.cabal
@@ -23,7 +23,7 @@ library {
build-depends: base >= 3 && < 5,
deepseq >= 1.1 && < 1.4,
containers >= 0.1 && < 0.6,
- array >= 0.1 && < 0.5
+ array >= 0.1 && < 0.6
ghc-options: -Wall
if impl(ghc >= 6.11) {
More information about the ghc-commits
mailing list