Skip to content

Commit 65bba25

Browse files
committed
Note that this change gives a warning.
1 parent 814b84c commit 65bba25

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

changelog.d/pr-9933

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
synopsis: Detect non-cyclical duplicate project imports
22
description:
33
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.
4+
when reporting duplicate imports.
65

76
```
87
$ cabal build --project-file=cabal.project
98
...
10-
Error: [Cabal-7090]
11-
Error parsing project file cabal.project:
12-
duplicate import of config/config-3.config;
9+
Warning: 2 imports of config/config-3.config;
1310
config/config-3.config
1411
imported by: cabal.project
1512
config/config-3.config

0 commit comments

Comments
 (0)