[Git][ghc/ghc][wip/cross-stage2-rebased] Fix genapply
Matthew Pickering (@mpickering)
gitlab at gitlab.haskell.org
Mon Mar 4 14:03:52 UTC 2024
Matthew Pickering pushed to branch wip/cross-stage2-rebased at Glasgow Haskell Compiler / GHC
Commits:
e32aa927 by Matthew Pickering at 2024-03-04T14:03:45+00:00
Fix genapply
- - - - -
1 changed file:
- hadrian/src/Builder.hs
Changes:
=====================================
hadrian/src/Builder.hs
=====================================
@@ -205,7 +205,7 @@ instance NFData Builder
builderProvenance :: Builder -> Maybe Context
builderProvenance = \case
DeriveConstants -> context stage0Boot deriveConstants
- GenApply -> context stage0Boot genapply
+ GenApply -> context stage0InTree genapply
GenPrimopCode -> context stage0Boot genprimopcode
Ghc _ (Stage0 {})-> Nothing
Ghc _ stage -> context (predStage stage) ghc
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e32aa9272229dfa7fa2b4bcb0cc5b361fc75060e
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e32aa9272229dfa7fa2b4bcb0cc5b361fc75060e
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20240304/885274bf/attachment-0001.html>
More information about the ghc-commits
mailing list