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 814b84c commit 65bba25Copy full SHA for 65bba25
changelog.d/pr-9933
@@ -1,15 +1,12 @@
1
synopsis: Detect non-cyclical duplicate project imports
2
description:
3
Detect and report on duplicate imports that are non-cyclical. Give more detail
4
- when reporting cyclical imports. Be more explicit and consistent with
5
- non-cyclical duplicate reporting.
+ when reporting duplicate imports.
6
7
```
8
$ cabal build --project-file=cabal.project
9
...
10
- Error: [Cabal-7090]
11
- Error parsing project file cabal.project:
12
- duplicate import of config/config-3.config;
+ Warning: 2 imports of config/config-3.config;
13
config/config-3.config
14
imported by: cabal.project
15
0 commit comments