fendor
fendor
Yeah, it should provide a quickfix, in vscode this little light bulb. Maybe a bug, can you provide a minimal example, please?
Do you have a repeatable test-case or did it just happen once?
Unfortunately, go-to-definition and go-to-type-definition does not work cross-component, due to how we compile mulitple component projects. Fixing this would require a fair amount of work and we will probably not...
@BananchickPasha We are not supporting plain ghc with Makefile out of the box. However, you can add a custom `hie.yaml` where you specify the build dependencies yourself with a "direct"...
@qenep Thank you for this extremely detailed bug report, it is very helpful! It will take some time to analyse everything you reported, so I will just start with explaining...
The error message: ``` Error:hie: "cannot satisfy -package-id test-scotty-0.1.0.0-EPn1ugIUbuFAdKkf7dPEnD (use -v for more information)"` ``` Is likely to be caused by #1499. Later in the conversation, the work-around adding a...
@thalesmg Please link logs and output from `hie-debug --debug frontend/`.
I had a mental typo, I meant `hie --debug frontend/`. But the error message suggests, that `stack build` fails? EDIT: > EDIT: I should add that HIE does work only...
> Is it possible to setup the project for HIE with only package.yaml and no {*.cabal,stack.yaml} files? No, that is not supported. You would have to use `hpack` to generate...
Solution is to use hsimport which we have patched to actually support this!