Skip to content
Snippets Groups Projects

Improve logging and stack post-install

Merged Julian Ospald requested to merge improve-logging into master
1 unresolved thread

Merge request reports

Pipeline #37947 passed

Pipeline passed for 5cf297a4 on improve-logging

Merged by Julian OspaldJulian Ospald 4 years ago (Jul 11, 2021 3:41pm UTC)

Loading

Pipeline #37954 passed

Pipeline passed for bcd244a9 on master

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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
Loading