bindir-method, copy-bindir, new-install flags in SavedConfig -- 2.4 version#5869
Merged
Conversation
2f238a4 to
505af63
Compare
Member
Author
|
What about renaming bindir-method to install-method? In the 3.0 version there's no *-bindir, and I think it's better to at least keep the method flag the same |
4628e21 to
b2aadb8
Compare
6291c20 to
2879217
Compare
Merged
5 tasks
9f11c99 to
c87ef6f
Compare
Add an --install-method=symlink|copy flag which specifies how to perform the installation. * --copy-bindir acts on the copy install method like --symlink-bindir does with the symlink one * --install-method=copy is useful in Windows where symlinking is not supported All new-install flags can now be configured in ~/.cabal/config * NewInstallFlags changed to ClientInstallFlags (more descriptive than InstallExFlags (like ConfigExFlags)) * ClientInstallFlags is now part of SavedConfig
7ad8d7f to
ac32503
Compare
some platforms need an extension for executables. Fixed how we get the bindir too.
ac32503 to
90d239e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport of #5870
TODOs:
/cc @hvr