File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
synopsis: Detect non-cyclical duplicate project imports
2
2
description:
3
- Detect and report on duplicate imports that are non-cyclical and expand the
4
- detail in cyclical import reporting, being more explicit and consistent with
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
5
non-cyclical duplicate reporting.
6
6
7
7
```
8
- $ cabal build --project-file=yops-0 .project
8
+ $ cabal build --project-file=cabal .project
9
9
...
10
10
Error: [Cabal-7090]
11
- Error parsing project file yops-0 .project:
12
- duplicate import of yops/yops -3.config;
13
- yops/yops -3.config
14
- imported by: yops-0 .project
15
- yops/yops -3.config
16
- imported by: yops -2.config
17
- imported by: yops/yops -1.config
18
- imported by: yops-0 .project
11
+ Error parsing project file cabal .project:
12
+ duplicate import of config/config -3.config;
13
+ config/config -3.config
14
+ imported by: cabal .project
15
+ config/config -3.config
16
+ imported by: config -2.config
17
+ imported by: config/config -1.config
18
+ imported by: cabal .project
19
19
```
20
20
21
21
packages: cabal-install-solver cabal-install
You can’t perform that action at this time.
0 commit comments