You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 3, 2022. It is now read-only.
I came across what I believe to provide better defaults for the HP distribution as they'd avoid a common confusion encountered by users ("I just installed the HP x.y.z which comes with GHC x.y.z but why does Stack insist on installing a redundant GHC x.y.z?" or "I just installed HP 8.4.2 ... why do I see GHC 8.2.2 being run?")
stack config set system-ghc --global true
stack config set install-ghc --global false
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I came across what I believe to provide better defaults for the HP distribution as they'd avoid a common confusion encountered by users ("I just installed the HP x.y.z which comes with GHC x.y.z but why does Stack insist on installing a redundant GHC x.y.z?" or "I just installed HP 8.4.2 ... why do I see GHC 8.2.2 being run?")
The text was updated successfully, but these errors were encountered: