Open
Description
When I M-x process-load-or-reload today I started getting
apply: Searching for program: no such file or directory, stack
This seems to have regressed recently with f4b1841 (@purcell) which incorrectly assumes that the presence of a stack.yml
file implies that the user wants to use stack
even though it was maybe just added there for convenience to other Stack users.
It's perfectly fine if haskell-mode
adds support for Stack, but please, don't impose the non-default tool stack
on users in its default configuration. Even if I happen to have stack
installed, I certainly don't want it to hijack the REPL mode in the auto
-mode.