[commit: packages/parallel] master: Relax upper bound on `base` to allow for base-4.9 (ec04d05)
git at git.haskell.org
git at git.haskell.org
Sat Jan 2 08:17:03 UTC 2016
Repository : ssh://git@git.haskell.org/parallel
On branch : master
Link : http://git.haskell.org/packages/parallel.git/commitdiff/ec04d059b13fc348789d87adfbabb9351f8574db
>---------------------------------------------------------------
commit ec04d059b13fc348789d87adfbabb9351f8574db
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Sat Oct 31 13:46:52 2015 +0100
Relax upper bound on `base` to allow for base-4.9
>---------------------------------------------------------------
ec04d059b13fc348789d87adfbabb9351f8574db
parallel.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parallel.cabal b/parallel.cabal
index c124faf..7fa36c2 100644
--- a/parallel.cabal
+++ b/parallel.cabal
@@ -35,7 +35,7 @@ library
build-depends:
array >= 0.3 && < 0.6,
- base >= 4.3 && < 4.9,
+ base >= 4.3 && < 4.10,
containers >= 0.4 && < 0.6,
deepseq >= 1.1 && < 1.5
More information about the ghc-commits
mailing list