fendor
fendor
@gfarrell Thanks for the logs, but I am afraid they don't contain much information. Can you run your HLS executable with the `--debug` flag and link the logs?
The latest hackage revision should contain the upper bound, see #4637. I am confused why this might still be broken? EDIT: ah, I see, the fork isn't affected by the...
cc @jvanbruegge, what do you think about this feature request? This could be a good first issue for new contributors as well, and I am proposing it as a good...
I think the snippets could work but it is a bit tricky, as the number of `~` depend on the lenght of the name, right? E.g. ```haskell -- Note [${1:note...
I think it would be a general improvement showing the error message produced by `CradleLoadResult` as it at least contains the command that failed and users could just execute it...
Hi, thank you for the bug report! This is indeed a completely useless error message :) How did you obtain the error message? Do you, by any chance have `cabal-3.16`...
If you use `vscode-haskell` and VSCode, you might be running into this issue: https://github.com/haskell/vscode-haskell/issues/1273
Hi! It would be news to me that HLS ignores the GHC plugins for any reasons. Ignoring typechecker plugins would make HLS incorrect, right? It should still work just like...
Ok, so I checked out the example repository https://github.com/ucsd-progsys/lh-plugin-demo Currently, I see the error: ``` (TypeCheck,NormalizedFilePath "/home/dain/Documents/haskell/lh-plugin-demo/src/Demo/Erase.hs")not used by HLS/home/dain/.ghcup/ghc/9.12.2/lib/ghc-9.12.2/lib/../lib/x86_64-linux-ghc-9.12.2-16c3/libHSghc-prim-0.13.0-00de-ghc9.12.2.so ``` in my HLS session... Can you confirm similar errors...
This might be related to this bug report: https://github.com/haskell/haskell-language-server/issues/4631 I will have a look :)