We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems that for older cabal versions the default install-method should be set to copy in the cabal configuration file.
install-method
copy
I am seeing CI failures in the haskell setup action when switiching from choco to ghcup:
use ghcup on windows (clone of #192) actions#206
cabal-3.2.0.0: https://github.com/haskell/actions/actions/runs/4424951401/jobs/7759404053#step:8:28
Symlinking 'hello-haskell-setup.exe' cabal-3.2.0.0.exe: Symlinking feature not available on Windows
cabal-3.0.0.0: https://github.com/haskell/actions/actions/runs/4424951401/jobs/7759405410#step:8:16
Symlinking 'hello-haskell-setup.exe' cabal-3.0.0.0.exe: Symlinking feature not available on Windows
The text was updated successfully, but these errors were encountered:
GHCup doesn't manage your cabal configuration. The only exception is where we have to deal with msys2.
Sorry, something went wrong.
Ok, so then this has to be handled downstream by the setup action.
No branches or pull requests
It seems that for older cabal versions the default
install-method
should be set tocopy
in the cabal configuration file.I am seeing CI failures in the haskell setup action when switiching from choco to ghcup:
use ghcup on windows (clone of #192) actions#206
cabal-3.2.0.0: https://github.com/haskell/actions/actions/runs/4424951401/jobs/7759404053#step:8:28
cabal-3.0.0.0: https://github.com/haskell/actions/actions/runs/4424951401/jobs/7759405410#step:8:16
The text was updated successfully, but these errors were encountered: