Skip to content

Commit

Permalink
Add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed Jan 16, 2024
1 parent 4089e12 commit 4d6a259
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions changelog.d/issue-9578
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
synopsis: Show provenance of project constraints
description:
When the solver rejects a package version show the provenance of the
"requires" version constraint as a path in the project configuration import
tree:

```
$ cabal build all --dry-run
...
[__1] next goal: hashable
[__1] rejecting: hashable-1.4.3.0 (constraint from project requires ==1.4.2.0)
+-- cabal.project requires ==1.4.2.0
[__1] rejecting: hashable-1.4.2.0 (constraint from project requires ==1.4.3.0)
+-- cabal.project
+-- https://www.stackage.org/nightly-2023-12-07/cabal.config requires ==1.4.3.0
```

packages: cabal-install
prs: #9578
issues: #9562

0 comments on commit 4d6a259

Please sign in to comment.