Why is libraries/ghci built with stage 0 compiler instead of stage 1?

Ömer Sinan Ağacan omeragacan at gmail.com
Fri Oct 18 11:23:48 UTC 2019


Stage 1 compiler doesn't have interpreter, and doesn't run plugins or TH, so I
think GHCi stuff should not be used by stage 1 compiler, but for some reason the
"ghci" library (libraries/ghci) is built with stage 0 compiler instead of stage
1. Anyone know what this is?

Thanks,

Ömer


More information about the ghc-devs mailing list