-
Notifications
You must be signed in to change notification settings - Fork 701
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Apply command line flags to install packages (#8637) * remove expectBroken on NonIgnoredConfigs test --------- Co-authored-by: gbaz <[email protected]> (cherry picked from commit 76670eb)
- Loading branch information
1 parent
bc7a1f1
commit e72a225
Showing
3 changed files
with
32 additions
and
6 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
synopsis: Apply command line flags to install packages | ||
packages: cabal-install | ||
prs: #8779 | ||
issues: #8637 | ||
|
||
description: { | ||
|
||
- Command line flags usually only apply to "local" packages (packages specified | ||
in the cabal.project). This change causes the v2-install command to ignore | ||
that distinction to better match the expected behavior for packages specified | ||
directly in the command. | ||
|
||
} |