I opened a Haskell file on a fresh installation of Emacs & Intero. While booting up, intero is trying to install an isolated GHC. This even though my project has stack.yaml
which has system-ghc: true
. Running stack install
in this directory does not
reinstall GHC.
Is there any way to make Intero use system ghc instead of reinstalling?