Skip to content

Minor improvements to hadrian hie scripts

Cheng Shao requested to merge type-dance/ghc:hie-improvement into master
  • Pass -j to hadrian 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 the hadrian/ghci scripts on CI, there's some missing parallelism opportunity there.
Edited by Cheng Shao

Merge request reports