We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38fc108 commit feaaf6dCopy full SHA for feaaf6d
changelog.d/pr-9016
@@ -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