haskell-language-server
haskell-language-server copied to clipboard
Disable ghcide-bench by default
Introduce a cabal flag to control the building of ghcide-bench, which is an internal tool for benchmarking HLS.
This fixes a regression, where running cabal install haskell-language-server to install HLS from Hackage would install ghcide-bench as well as the required HLS executables.
Fixes #4359
POC, so we can iterate on this.
Do we need to update the github CI as well ?
Yeah probably, thanks for the reminder!
Closing in favour of #4542