[commit: packages/containers] develop, develop-0.6, develop-0.6-questionable, master, zip-devel: Add missing test dependencies (c17cfaf)
git at git.haskell.org
git at git.haskell.org
Fri Jan 23 22:39:54 UTC 2015
Repository : ssh://git@git.haskell.org/containers
On branches: develop,develop-0.6,develop-0.6-questionable,master,zip-devel
Link : http://git.haskell.org/packages/containers.git/commitdiff/c17cfaf7996942ed305dc1db55ea82da40ed47e4
>---------------------------------------------------------------
commit c17cfaf7996942ed305dc1db55ea82da40ed47e4
Author: Johan Tibell <johan.tibell at gmail.com>
Date: Wed Apr 23 09:25:40 2014 +0200
Add missing test dependencies
>---------------------------------------------------------------
c17cfaf7996942ed305dc1db55ea82da40ed47e4
containers.cabal | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/containers.cabal b/containers.cabal
index 640cb5e..209589b 100644
--- a/containers.cabal
+++ b/containers.cabal
@@ -216,9 +216,12 @@ test-suite map-strictness-properties
type: exitcode-stdio-1.0
build-depends:
- base,
+ array,
+ base >= 4.2 && < 5,
ChasingBottoms,
+ deepseq >= 1.2 && < 1.4,
QuickCheck >= 2.4.0.1,
+ ghc-prim,
test-framework >= 0.3.3,
test-framework-quickcheck2 >= 0.2.9
@@ -230,9 +233,12 @@ test-suite intmap-strictness-properties
type: exitcode-stdio-1.0
build-depends:
- base,
+ array,
+ base >= 4.2 && < 5,
ChasingBottoms,
+ deepseq >= 1.2 && < 1.4,
QuickCheck >= 2.4.0.1,
+ ghc-prim,
test-framework >= 0.3.3,
test-framework-quickcheck2 >= 0.2.9
More information about the ghc-commits
mailing list