diff options
author | Stefan Schulze Frielinghaus <stefansf@linux.ibm.com> | 2021-04-12 09:24:07 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-04-13 18:42:40 -0400 |
commit | 6124d172e1aef7a2c84106c93834b6e188e4a287 (patch) | |
tree | 9588a445728ad72b401ea80961375012542a80c7 /hadrian | |
parent | d1acda985696f2e828452e246686fb35294bb7fa (diff) | |
download | haskell-6124d172e1aef7a2c84106c93834b6e188e4a287.tar.gz |
hadrian: Provide build rule for ghc-stage3 wrapper
Diffstat (limited to 'hadrian')
-rw-r--r-- | hadrian/src/Rules/Generate.hs | 1 |
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" |