[commit: vector] : Relax package upper bounds (3fab96f)
Geoffrey Mainland
gmainlan at ghc.haskell.org
Fri Jul 19 14:23:51 CEST 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch :
http://hackage.haskell.org/trac/ghc/changeset/3fab96fba84e870256c853313cb5f266453d278e
>---------------------------------------------------------------
commit 3fab96fba84e870256c853313cb5f266453d278e
Author: Roman Leshchinskiy <rl at cse.unsw.edu.au>
Date: Sun Jan 29 00:28:10 2012 +0000
Relax package upper bounds
>---------------------------------------------------------------
benchmarks/vector-benchmarks.cabal | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/benchmarks/vector-benchmarks.cabal b/benchmarks/vector-benchmarks.cabal
index 7c6fe4e..9c7c698 100644
--- a/benchmarks/vector-benchmarks.cabal
+++ b/benchmarks/vector-benchmarks.cabal
@@ -12,8 +12,8 @@ Executable algorithms
Main-Is: Main.hs
Build-Depends: base >= 2 && < 5, array,
- criterion >= 0.5 && < 0.6,
- mwc-random >= 0.5 && < 0.11,
+ criterion >= 0.5 && < 0.7,
+ mwc-random >= 0.5 && < 0.12,
vector == 0.9.9
if impl(ghc<6.13)
More information about the ghc-commits
mailing list