Skip to content
Snippets Groups Projects

Rephrasing stack msys usage

Closed Javier Neira requested to merge jneira/ghcup-hs:stack-fork into stack-fork
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
2149 2149 stack config set install-ghc false --global
2150 2150 stack config set system-ghc true --global
2151 2151
2152 On windows, you may find the following config options useful too:
2152 On windows, stack also manages its own internal msys2 installation by default.
2153 In order to make it use ghcup installed msys2 you may find the following
2154 config options useful too:
2153 2155 skip-msys, extra-path, extra-include-dirs, extra-lib-dirs
2154 2156
2157 More details about in
2158 https://gitlab.haskell.org/haskell/ghcup-hs/-/blob/master/README.md#sharing-msys2-between-stack-and-ghcup
  • Author Contributor

    Ok, the new message in the mentioned pr looks good

  • Please register or sign in to reply
    Loading