Description
Subject of the issue
hlint seeking unavailabe file /opt/ghc/8.8.4/lib/ghc-8.8.4/settings
and refactor fail since this error
Your environment
Fedora 33, VSCode 1.51
- Output of
haskell-language-server --probe-tools
orhaskell-language-server-wrapper --probe-tools
- 0.6
- Which lsp-client do you use
- vscode
- Describe your project (alternative: link to the project)
- single hs, no cradle, no cabal
- Contents of
hie.yaml
- N/A
Steps to reproduce
- ghcup install ghc under ~/.ghcup
- open single hs file
- apply any hint from hlint
- prompt of the progress non stop run
- debug message said /opt/ghc/8.8.4/lib/ghc-8.8.4/settings file not available,
- symbolic link ~/.ghcup/ghc to /opt/ghc problem fix
Expected behaviour
seeking a correct ghc installed
Actual behaviour
seeking /opt/ghc/8.8.4/lib/ghc-8.8.4/settings
Include debug information
N/A