[commit: ghc] wip/nfs-locking: Wrap ghc-stage2 (04fc52c)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 00:24:13 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/04fc52cd10d23e480ca4de402eb545b4269bdcb1/ghc
>---------------------------------------------------------------
commit 04fc52cd10d23e480ca4de402eb545b4269bdcb1
Author: Moritz Angermann <moritz.angermann at gmail.com>
Date: Tue Jan 5 14:06:23 2016 +0800
Wrap ghc-stage2
Fix #96 (c.f. #57 for stage1)
>---------------------------------------------------------------
04fc52cd10d23e480ca4de402eb545b4269bdcb1
src/Rules/Program.hs | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/Rules/Program.hs b/src/Rules/Program.hs
index fe55005..547fb86 100644
--- a/src/Rules/Program.hs
+++ b/src/Rules/Program.hs
@@ -24,6 +24,7 @@ type Wrapper = FilePath -> Expr String
-- List of wrappers we build
wrappers :: [(PartialTarget, Wrapper)]
wrappers = [ (PartialTarget Stage0 ghc, ghcWrapper)
+ , (PartialTarget Stage1 ghc, ghcWrapper)
, (PartialTarget Stage0 ghcPkg, ghcPkgWrapper)]
buildProgram :: Resources -> PartialTarget -> Rules ()
More information about the ghc-commits
mailing list