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
(continuing from #5491)
Right now cabal v2-install x first builds x and then attempts to symlink its executables, failing if they already exist.
cabal v2-install x
Instead, we should check for existing symlinks before building anything, and fail as early as possible. See #5491 (comment) and previous comments
The text was updated successfully, but these errors were encountered:
--lib
@fgaz hi, have you still plans to work on this? it seems a not too hard a nice change so i am gonna label with pr welcome
pr welcome
Sorry, something went wrong.
No branches or pull requests
(continuing from #5491)
Right now
cabal v2-install x
first builds x and then attempts to symlink its executables, failing if they already exist.Instead, we should check for existing symlinks before building anything, and fail as early as possible. See #5491 (comment) and previous comments
The text was updated successfully, but these errors were encountered: