-
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.
changelog.d: Add entry for --allow-newer and --allow-older in Cabal
- Loading branch information
Showing
1 changed file
with
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
synopsis: Add --allow-newer and --allow-older to ./Setup.hs configure | ||
packages: Cabal | ||
prs: #9016 | ||
issues: #7445 #5407 #7859 | ||
significance: significant | ||
|
||
description: { | ||
|
||
- --allow-newer and --allow-older flag are now again supported by ./Setup.hs configure | ||
- This feature can be used when dependencies have are provided externally, | ||
it is desired to check if their versions match, but some checks should be ignored. | ||
- Historical note: These options where moved to Cabal in 2016 (#3165) and removed again in 2017 (#4527). | ||
|
||
} |