Skip to content

Commit feaaf6d

Browse files
committed
changelog.d: Add entry for --allow-newer and --allow-older in Cabal
1 parent 38fc108 commit feaaf6d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

changelog.d/pr-9016

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
synopsis: Add --allow-newer and --allow-older to ./Setup.hs configure
2+
packages: Cabal
3+
prs: #9016
4+
issues: #7445 #5407 #7859
5+
significance: significant
6+
7+
description: {
8+
9+
- --allow-newer and --allow-older flag are now again supported by ./Setup.hs configure
10+
- This feature can be used when dependencies have are provided externally,
11+
it is desired to check if their versions match, but some checks should be ignored.
12+
- Historical note: These options where moved to Cabal in 2016 (#3165) and removed again in 2017 (#4527).
13+
14+
}

0 commit comments

Comments
 (0)