fendor
fendor
I am not sure, but it looks like we are not logging the stderr of `cabal exec -v0 -- ghc --print-libdir` due to the `-v0` flag hiding the stderr. We...
Hm, thanks for checking, you are right, I have this as well! Then this issue seems to be purely about the behaviour of `haskell-language-server --probe-tools`. Should be an easy fix!
Hi! Fyi, `implicit-hie` is still used by HLS for `stack` cradles. If you are not using `stack`, `implicit-hie` shouldn't be necessary any more.
No hurry from the HLS side, if it had been a blocker for HLS, we would have provided PRs already!
Just confirming, cabal HEAD can currently not be used with HLS due to this change. Implementing #9115 and using the `--with-repl` flag in `hie-bios` will fix the issue, and improve...
Sounds like a great addition to the `cabal path` command.
Hi, thank you for your bug report, please follow the instructions here and provide the logs from the extension: https://github.com/haskell/vscode-haskell?tab=readme-ov-file#investigating-and-reporting-problems
https://github.com/haskell/vscode-haskell?tab=readme-ov-file#investigating-and-reporting-problems Also, what is the output of `cabal exec -- ghc --print-libdir`?