Repository : ssh://g...@git.haskell.org/parallel On branch : master Link : http://git.haskell.org/packages/parallel.git/commitdiff/ea0d9b1750f307ee6c92b8e3fffa37c65a8fe1e6
>--------------------------------------------------------------- commit ea0d9b1750f307ee6c92b8e3fffa37c65a8fe1e6 Author: Herbert Valerio Riedel <h...@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 <h...@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) { _______________________________________________ ghc-commits mailing list ghc-commits@haskell.org http://www.haskell.org/mailman/listinfo/ghc-commits