Closed
Description
- From Failing to use haskell-language-server on itself #121
- The install script lives under the subdirectory
install
and it does not belong to the main project (it is not a component or a subppackage of hls)- This was on purpose, to isolate it and use its own dependencies, resolver, etc
- So if you load haskell-language-server on itself it is not able to load the install script, even if you add it in the
hie.yaml
- The workaround is open directly the
install
subdir in other editor window - @sir4ur0n suggested that it would be better to make possible open all the haskell code in the same editor "session"
- though a change in
hie-bios
to make it able to load different stack (and cabal) projects with the same config
- though a change in