haskell / haskell-language-server

Official haskell ide support via language server (LSP). Successor of ghcide & haskell-ide-engine.
Apache License 2.0
2.71k stars 368 forks source link

ghcide: drop ghc-check and ghc-paths dependency #4291

Closed wz1000 closed 5 months ago

wz1000 commented 5 months ago

We don't really need these, as we don't use any of the fancy abi-hash checking features in ghc-check and instead rely on a wrapper script to do this.