Repository : ssh://g...@git.haskell.org/ghc On branch : master Link : http://ghc.haskell.org/trac/ghc/changeset/f05b73c1c0034014e9e6a28516613d60dac6e34f/ghc
>--------------------------------------------------------------- commit f05b73c1c0034014e9e6a28516613d60dac6e34f Author: Herbert Valerio Riedel <h...@gnu.org> Date: Fri Oct 11 21:44:16 2013 +0200 Relax build-deps to allow upcoming `array-0.5.0.0` Signed-off-by: Herbert Valerio Riedel <h...@gnu.org> >--------------------------------------------------------------- f05b73c1c0034014e9e6a28516613d60dac6e34f compiler/ghc.cabal.in | 2 +- ghc/ghc-bin.cabal.in | 2 +- utils/hpc/hpc-bin.cabal | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index d598031..ce1223b 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -49,7 +49,7 @@ Library bytestring >= 0.9 && < 0.11, time < 1.5, containers >= 0.1 && < 0.6, - array >= 0.1 && < 0.5, + array >= 0.1 && < 0.6, filepath >= 1 && < 1.4, Cabal, hpc, diff --git a/ghc/ghc-bin.cabal.in b/ghc/ghc-bin.cabal.in index 4841cb9..561c55c 100644 --- a/ghc/ghc-bin.cabal.in +++ b/ghc/ghc-bin.cabal.in @@ -26,7 +26,7 @@ Flag ghci Executable ghc Main-Is: Main.hs Build-Depends: base >= 3 && < 5, - array >= 0.1 && < 0.5, + array >= 0.1 && < 0.6, bytestring >= 0.9 && < 0.11, directory >= 1 && < 1.3, process >= 1 && < 1.3, diff --git a/utils/hpc/hpc-bin.cabal b/utils/hpc/hpc-bin.cabal index 76bac31..4f94ab0 100644 --- a/utils/hpc/hpc-bin.cabal +++ b/utils/hpc/hpc-bin.cabal @@ -43,7 +43,7 @@ Executable hpc if flag(base3) || flag(base4) Build-Depends: directory >= 1 && < 1.3, containers >= 0.1 && < 0.6, - array >= 0.1 && < 0.5 + array >= 0.1 && < 0.6 Build-Depends: hpc Extensions: CPP _______________________________________________ ghc-commits mailing list ghc-commits@haskell.org http://www.haskell.org/mailman/listinfo/ghc-commits