Skip to content

Commit 6046b12

Browse files
committed
Add changelog entry
1 parent 119c37a commit 6046b12

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

changelog.d/issue-9578

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)