summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schulze Frielinghaus <stefansf@linux.ibm.com>2021-04-12 09:24:07 +0200
committerStefan Schulze Frielinghaus <stefansf@linux.ibm.com>2021-04-12 09:24:07 +0200
commitda6ada46feec44130aba8fe361e73e4d4cbd3d74 (patch)
tree224b16b57f4eba9a4814b80940d22a930c6ddc71
parentd014ab0db0c167ab5a0f9cb15280aee6fd8f3621 (diff)
downloadhaskell-wip/stefansf/fix-stage3-rule.tar.gz
hadrian: Provide build rule for ghc-stage3 wrapperwip/stefansf/fix-stage3-rule
-rw-r--r--hadrian/src/Rules/Generate.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/hadrian/src/Rules/Generate.hs b/hadrian/src/Rules/Generate.hs
index 96ef87fbbd..6e4335fbc2 100644
--- a/hadrian/src/Rules/Generate.hs
+++ b/hadrian/src/Rules/Generate.hs
@@ -176,6 +176,7 @@ generateRules = do
(root -/- "ghc-stage1") <~+ ghcWrapper Stage1
(root -/- "ghc-stage2") <~+ ghcWrapper Stage2
+ (root -/- "ghc-stage3") <~+ ghcWrapper Stage3
forM_ [Stage0 ..] $ \stage -> do
let prefix = root -/- stageString stage -/- "lib"