This repository was archived by the owner on Oct 7, 2020. It is now read-only.
This repository was archived by the owner on Oct 7, 2020. It is now read-only.
HIE crashes on HIE source with explicit stack cradle. #1535
Open
Description
Relevant issue seems to be commercialhaskell/stack#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.