fendor
fendor
In the file you load, there should be a diagnostic in the first line. In the logs, you see the full error message, too. ``` Could not obtain flags for:...
interesting, could be a cabal bug. Needs more investigating. cc @jneira you have never encountered something like that before, right?
Probably, if you can provide a nice way to reproduce the issue.
Can reproduce on linux as well. Adds a component `package:setup` Note, my custom setup looks like: ``` build-type: Custom custom-setup setup-depends: base, Cabal
It seems to be an issue with `cabal-helper`. My hie.yaml looks like this: ```yaml cradle: cabal: - path: ./cabal-install component: "exe:cabal" - path: ./Cabal component: "lib:Cabal" ```
The issue you are encountering looks like https://github.com/haskell/haskell-ide-engine/issues/1520 and currently, there is not much to debug it. The problem might occur on Modules that import `Paths_*`.
It might be possible that this is related to Include directories. Relevant changes https://github.com/mpickering/hie-bios/pull/166. It is maybe fixed in the next-release of hie-bios, can I ping you when we are...
It is definitely not officially supported. Pretty sure there some open issue already. Still, I am interested to know what would be necessary to support this.
@razvan-flavius-panda then as described by the issue, you are probably using a ghc version that is not supported by hie? which one are you using, what are you trying to...
Thank you for your report! This is a known issue #1566 and similar exist. It wont be fixed in HIE due to architectural problems and because hls aims to solve...