forked from haskell/cabal
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Apply command line flags to install packages (haskell#8637) (haskell#…
…8779) * Apply command line flags to install packages (haskell#8637) * remove expectBroken on NonIgnoredConfigs test --------- Co-authored-by: gbaz <[email protected]>
- Loading branch information
1 parent
0eb638f
commit 76670eb
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. | ||
|
||
} |