haskell-ide-engine
haskell-ide-engine copied to clipboard
HIE crashes on HIE source with explicit stack cradle.
trafficstars
Relevant issue seems to be https://github.com/commercialhaskell/stack/issues/4564.
Seemingly, stack repl does not work on a projet with an internal library.
If you supply the flag stack repl --no-package-hiding it works, however, there is no target such as haskell-ide-engine:lib:hie-utils-test, therefore that component can not be loaded with an explicit stack hie.yaml
I currently dont know how c-h handles this and if this works better.
Same thing in HLS :(