fendor
fendor
Please follow the instructions here: https://github.com/haskell/vscode-haskell#investigating-and-reporting-problems and provide the logs, so we can take a look.
Maybe this is a stack project? Like, is there a stack.yaml in your project?
@sburan Still an issue? I just noticed, we haven't come back to you.
Closing due to inactivity
The issue you describe is a cabal bug iirc https://github.com/haskell/cabal/issues/8875 So that should be solved with `3.12`.
Hi, thank you for the bug report! This seems very weird, we shouldn't try to read a settings file for GHC 9.0.2 as it doesn't exist in that release! Also,...
For stack, we don't change the build directory as stack claims to only support relative paths and we want to pass in an absolute path, e.g. `XDG_CONFIG/ghcide/stack-work-dir...`. Thus, the issue...
I think that remains a problem. The proper solution to depend on private sub-libraries, iiuc.
I assume this is not reproducible with cabal?
Reframing my question, what I meant is, does `stack build` have the same issue, or does it only happen in HLS? E.g., stack says it compiles as you expect, or...