[commit: ghc] wip/nfs-locking: Fix validate's executable dependency (#375) (2555a5f)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 00:35:33 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/2555a5f03040aaf56e44e32c8b133cc5ead87616/ghc
>---------------------------------------------------------------
commit 2555a5f03040aaf56e44e32c8b133cc5ead87616
Author: Zhen Zhang <izgzhen at gmail.com>
Date: Sun Jul 23 20:37:29 2017 +0800
Fix validate's executable dependency (#375)
>---------------------------------------------------------------
2555a5f03040aaf56e44e32c8b133cc5ead87616
src/Rules/Test.hs | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/Rules/Test.hs b/src/Rules/Test.hs
index 93e97c2..0f46f6c 100644
--- a/src/Rules/Test.hs
+++ b/src/Rules/Test.hs
@@ -22,6 +22,8 @@ testRules = do
needBuilder $ Ghc CompileHs Stage2
needBuilder $ GhcPkg Update Stage1
needBuilder Hpc
+ needBuilder Hsc2Hs
+ need ["inplace/bin/hp2ps"] -- TODO: Eliminate explicit filepaths in "need" (#376)
build $ Target (vanillaContext Stage2 compiler) (Make "testsuite/tests") [] []
"test" ~> do
More information about the ghc-commits
mailing list