diff options
author | Herbert Valerio Riedel <hvr@gnu.org> | 2013-10-11 21:44:16 +0200 |
---|---|---|
committer | Herbert Valerio Riedel <hvr@gnu.org> | 2013-10-11 21:44:47 +0200 |
commit | f05b73c1c0034014e9e6a28516613d60dac6e34f (patch) | |
tree | 0c3d1796fccb5f25425af18ba062caf0488aaa36 /utils | |
parent | abc910df622e11a20fb858750038c7ffa5767d2c (diff) | |
download | haskell-f05b73c1c0034014e9e6a28516613d60dac6e34f.tar.gz |
Relax build-deps to allow upcoming `array-0.5.0.0`
Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org>
Diffstat (limited to 'utils')
-rw-r--r-- | utils/hpc/hpc-bin.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/hpc/hpc-bin.cabal b/utils/hpc/hpc-bin.cabal index 76bac31c05..4f94ab0fa0 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 |