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 119c37a commit 6046b12Copy full SHA for 6046b12
changelog.d/issue-9578
@@ -0,0 +1,20 @@
1
+synopsis: Show provenance of project constraints
2
+description:
3
+ When the solver rejects a package version show the provenance of the
4
+ "requires" version constraint as a path in the project configuration import
5
+ tree:
6
+
7
+ ```
8
+ $ cabal build all --dry-run
9
+ ...
10
+ [__1] next goal: hashable
11
+ [__1] rejecting: hashable-1.4.3.0 (constraint from project requires ==1.4.2.0)
12
+ +-- cabal.project requires ==1.4.2.0
13
+ [__1] rejecting: hashable-1.4.2.0 (constraint from project requires ==1.4.3.0)
14
+ +-- cabal.project
15
+ +-- https://www.stackage.org/nightly-2023-12-07/cabal.config requires ==1.4.3.0
16
17
18
+packages: cabal-install
19
+prs: #9578
20
+issues: #9562
0 commit comments