Improve logging and stack post-install
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
added 1 commit
- 9af83c90 - Clarify stack postinstall message wrt #153 (closed)
added 1 commit
- 5cf297a4 - Clarify stack postinstall message wrt #153 (closed)
2120 2120 - old 2121 2121 viChangeLog: https://github.com/commercialhaskell/stack/blob/master/ChangeLog.md#v251 2122 2122 viPostInstall: &stack-post | 2123 Stack manages GHC versions internally by default. In order to make it use ghcup installed GHC versions have a look at the options 'system-ghc', 'compiler-check' and 'compiler': https://docs.haskellstack.org/en/stable/yaml_configuration/#system-ghc 2124 Additionally, you should upgrade stack only through ghcup. 2123 Stack manages GHC versions internally by default. In order to make it use ghcup installed 2124 GHC versions you can run the following commands: 2125 stack config set install-ghc false --global 2126 stack config set system-ghc true --global 2127 2128 On windows, you may find the following config options useful too: 2129 skip-msys, extra-path, extra-include-dirs, extra-lib-dirs 2130 2131 Also check out: https://docs.haskellstack.org/en/stable/yaml_configuration 2132 2133 !!! Additionally, you should upgrade stack only through ghcup and not use 'stack upgrade' !!!
Please register or sign in to reply