-
I installed GHC, Stack, Cabal, and HLS using GHCUp, but HLS cannot find the GHC version that was installed by GHCUp. Apparently, GHC is not available as Is this the expected behavior, or did I miss some configuration step? Is there some kind of project config file I can use to specify the GHC compiler path that HLS should use? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi! Make sure you set the ghc version you want to use, either via Ignore the prerelease stuff, but you can see that
|
Beta Was this translation helpful? Give feedback.
Hi!
Make sure you set the ghc version you want to use, either via
ghcup set ghc 9.4.7
or inghcup tui
, make sure you have two ticks:Ignore the prerelease stuff, but you can see that
9.6.3
has two ticks while other ghc versions have only one. The GHC version that is currently set is the oneghc
will point to. So in my case,