Minor improvements to hadrian hie scripts
- Pass
-j
tohadrian tool:compiler/GHC.hs
to shorten the latency between the editor is opened and HLS actually starts indexing. - Set Windows hie build root to
.hie-bios
, unify with other platforms._hie-bios
wasn't in.gitignore
btw. - Pass
-j
in.ghcid
to speed up ghcid loading. - Pass
-j
to the hadrian build step in thehadrian/ghci
scripts on CI, there's some missing parallelism opportunity there.
Edited by Cheng Shao