Repository : ssh://darcs.haskell.org//srv/darcs/packages/parallel On branch : master
http://hackage.haskell.org/trac/ghc/changeset/e2c16fa5c4209bc66fe209a2dc61eb069f5efec8 >--------------------------------------------------------------- commit e2c16fa5c4209bc66fe209a2dc61eb069f5efec8 Author: Herbert Valerio Riedel <[email protected]> Date: Sat Dec 17 13:08:48 2011 +0100 Relax dependencies on deepseq and array to support GHC 7.4 The current ghc 7.4.0.20111215 ships with deepseq-1.3.0.0 and array-0.4.0.0 >--------------------------------------------------------------- parallel.cabal | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/parallel.cabal b/parallel.cabal index 7dbdc2b..b83aa5b 100644 --- a/parallel.cabal +++ b/parallel.cabal @@ -21,9 +21,9 @@ library { Control.Parallel.Strategies extensions: CPP BangPatterns build-depends: base >= 3 && < 5, - deepseq >= 1.1 && < 1.3, + deepseq >= 1.1 && < 1.4, containers >= 0.1 && < 0.5, - array >= 0.1 && < 0.4 + array >= 0.1 && < 0.5 ghc-options: -Wall if impl(ghc >= 6.11) { _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
