fendor
fendor
The doubling itself is *as far as I know* alright. It shows you the declared type and the actual type, which in this case is very useful, at least in...
Good morning! Please provide some logs :) https://github.com/alanz/vscode-hie-server#investigating-and-reporting-problems
Hi, thank you for your bug report! I have never seen this error, so we will need more information! E.g. cabal version (if any) stack version (if any) ghc version...
> cabal-install version 1.24.0.2 This is insanely old, I suggest to either remove or upgrade it. --- Can you provide some logs? E.g. execute `hie-wrapper --debug . ` in the...
You're ghc version for the project seems to be wrong. So, essentially, the problem is that you are a very old cabal version, you *must* upgrade it and you should...
Depending on changes in `HsExpr`(which I am not aware of), the parsing of modules could break. If there was any ABI changes, the breaks will be unpredictable. Changes in boot...
I dont think you may delete it. `Cabal` still needs it to build stuff, iirc. Other work-around that got into my mind and I havent tested: Direct arguments: ```yaml cradle:...
This work-around might not actually work, I did not try, yet :)
I mean, this issue can still be a feature request to load `Setup.hs` into the editor?
Cabal-Helper could be able to do it (not yet, but maybe in the future), or at least, we should modify Cabal to expose an interface to load the `Setup.hs` Problem...