[commit: packages/containers] changelog-foldtree, cleaned_bugfix394, develop, develop-0.6, develop-0.6-questionable, master, merge-doc-target, merge-fixes-5.9, merge-restrict-fix-5.8, revert-184-generic, revert-408-bugfix_394, zip-devel: Add missing test dependencies (c17cfaf)

git at git.haskell.org git at git.haskell.org
Mon Apr 17 21:33:30 UTC 2017


Repository : ssh://git@git.haskell.org/containers

On branches: changelog-foldtree,cleaned_bugfix394,develop,develop-0.6,develop-0.6-questionable,master,merge-doc-target,merge-fixes-5.9,merge-restrict-fix-5.8,revert-184-generic,revert-408-bugfix_394,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