-
Notifications
You must be signed in to change notification settings - Fork 841
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider implication of MSYS2 64-bit environments other than MINGW64 #6457
Comments
The configuration of Stack's MSYS2 environment is implemented in version It has also been tested (on 64-bit Windows) with:
Interestingly, the test seems to work also with snapshots specifying GHC < 9.6. It had been suggested that GHC < 9.6 might need a |
Fix #6457 Allow MSYS2 environment to be configured
Motivation: haskell/ghcup-hs#982
Context: https://www.msys2.org/docs/environments/
Code:
Stack.Setup.setupEnv
(extract):The text was updated successfully, but these errors were encountered: