Skip to content

Commit

Permalink
Add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed Apr 25, 2024
1 parent 36cf171 commit 45e6f73
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions changelog.d/pr-9933
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
synopsis: Detect non-cyclical duplicate project imports
description:
Detect and report on duplicate imports that are non-cyclical and expand the
detail in cyclical import reporting, being more explicit and consistent with
non-cyclical duplicate reporting.

```
$ cabal build --project-file=yops-0.project
...
Error: [Cabal-7090]
Error parsing project file /.../yops-0.project:
duplicate import of yops/yops-3.config;
yops/yops-3.config
imported by: yops-0.project
yops/yops-3.config
imported by: yops-2.config
imported by: yops/yops-1.config
imported by: yops-0.project
```

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

0 comments on commit 45e6f73

Please sign in to comment.