Rephrasing stack msys usage
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
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 not sure if a link to README is convenient here, maybe we could put the settings example values directly?
Edited by Javier Neira
Please register or sign in to reply