Relax dependencies on deepseq and array to support GHC 7.4
Herbert Valerio Riedel
hvr at gnu.org
Sat Dec 17 13:08:48 CET 2011
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) {
--
1.7.5.4
--=-SnzY0SaJXp2UDZlZOo7w--
More information about the Libraries
mailing list