[commit: packages/dph] master: Update build-deps to allow `array-0.5.0.0` (8ee1d9f)
git at git.haskell.org
git
Fri Oct 11 21:05:26 UTC 2013
Repository : ssh://git at git.haskell.org/dph
On branch : master
Link : http://git.haskell.org/packages/dph.git/commitdiff/8ee1d9f647c4b95152b89333bca0964c9a727a2d
>---------------------------------------------------------------
commit 8ee1d9f647c4b95152b89333bca0964c9a727a2d
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Fri Oct 11 22:29:56 2013 +0200
Update build-deps to allow `array-0.5.0.0`
Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>
>---------------------------------------------------------------
8ee1d9f647c4b95152b89333bca0964c9a727a2d
dph-base/dph-base.cabal | 2 +-
dph-lifted-base/dph-lifted-base.cabal | 2 +-
dph-lifted-boxed/dph-lifted-boxed.cabal | 2 +-
dph-lifted-copy/dph-lifted-copy.cabal | 2 +-
dph-lifted-vseg/dph-lifted-vseg.cabal | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/dph-base/dph-base.cabal b/dph-base/dph-base.cabal
index 2764f24..89714dd 100644
--- a/dph-base/dph-base.cabal
+++ b/dph-base/dph-base.cabal
@@ -51,7 +51,7 @@ Library
Build-Depends:
base == 4.7.*,
ghc-prim == 0.3.*,
- array == 0.4.*,
+ array == 0.5.*,
random == 1.0.*,
vector == 0.10.*,
pretty == 1.1.*
diff --git a/dph-lifted-base/dph-lifted-base.cabal b/dph-lifted-base/dph-lifted-base.cabal
index d76367c..f4dd94a 100644
--- a/dph-lifted-base/dph-lifted-base.cabal
+++ b/dph-lifted-base/dph-lifted-base.cabal
@@ -55,7 +55,7 @@ Library
Build-Depends:
base == 4.7.*,
ghc == 7.*,
- array == 0.4.*,
+ array == 0.5.*,
random == 1.0.*,
template-haskell == 2.9.*,
dph-base == 0.8.*,
diff --git a/dph-lifted-boxed/dph-lifted-boxed.cabal b/dph-lifted-boxed/dph-lifted-boxed.cabal
index 387fabc..b33f540 100644
--- a/dph-lifted-boxed/dph-lifted-boxed.cabal
+++ b/dph-lifted-boxed/dph-lifted-boxed.cabal
@@ -62,7 +62,7 @@ Library
Build-Depends:
base == 4.7.*,
ghc == 7.*,
- array == 0.4.*,
+ array == 0.5.*,
pretty == 1.1.*,
vector == 0.10.*,
containers == 0.5.*,
diff --git a/dph-lifted-copy/dph-lifted-copy.cabal b/dph-lifted-copy/dph-lifted-copy.cabal
index 74022d1..211ca3c 100644
--- a/dph-lifted-copy/dph-lifted-copy.cabal
+++ b/dph-lifted-copy/dph-lifted-copy.cabal
@@ -64,7 +64,7 @@ Library
Build-Depends:
base == 4.7.*,
ghc == 7.*,
- array == 0.4.*,
+ array == 0.5.*,
random == 1.0.*,
template-haskell == 2.9.*,
dph-base == 0.8.*,
diff --git a/dph-lifted-vseg/dph-lifted-vseg.cabal b/dph-lifted-vseg/dph-lifted-vseg.cabal
index b40ee7c..ca7573b 100644
--- a/dph-lifted-vseg/dph-lifted-vseg.cabal
+++ b/dph-lifted-vseg/dph-lifted-vseg.cabal
@@ -95,7 +95,7 @@ Library
Build-Depends:
base == 4.7.*,
ghc == 7.*,
- array == 0.4.*,
+ array == 0.5.*,
random == 1.0.*,
template-haskell == 2.9.*,
dph-base == 0.8.*,
More information about the ghc-commits
mailing list