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
No compiler found, expected minor version match with ghc-7.8.4 (x86_64) (based on resolver setting in /home/kiwibird/src/app/stack.yaml).
To install the correct GHC into /home/kiwibird/.stack/programs/x86_64-linux/, try running "stack setup" or use the "--install-ghc" flag. To use your system GHC installation, run "stack config set system-ghc --global true", or use the "--system-ghc" flag.
General summary/comments (optional)
stack config can't set system-ghc true without a compiler
Steps to reproduce
On Ubuntu 16.04,
export PATH="/opt/ghc/7.8.4/bin:$PATH"
stack config set system-ghc --global true
Expected
~/.stack/config.yaml should say system-ghc:true
Actual
stack complains
Stack version
Method of installation
The text was updated successfully, but these errors were encountered: