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.
Merge pull request haskell#10240 from mpickering/wip/flags-hash-initi…
…al-unique Filter out -dinitial-unique and -dunique-increment from hash flags
- Loading branch information
Showing
2 changed files
with
15 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
synopsis: Filter out dinitial-unique and dunique-increment from package hash | ||
packages: cabal-install | ||
prs: #10122 | ||
|
||
description: { | ||
|
||
`-dinitial-unique` and `-dunique-increment` are now filtered out when computing the | ||
store hash of a package. | ||
|
||
These options shouldn't affect the output of the package and hence | ||
shouldn't affect the store hash of a package. | ||
|
||
} |