Skip to content

Commit 38619a2

Browse files
committed
Remove mention of yops from the changelog
1 parent 2eeb8de commit 38619a2

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

changelog.d/pr-9933

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
synopsis: Detect non-cyclical duplicate project imports
22
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
55
non-cyclical duplicate reporting.
66

77
```
8-
$ cabal build --project-file=yops-0.project
8+
$ cabal build --project-file=cabal.project
99
...
1010
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
1919
```
2020

2121
packages: cabal-install-solver cabal-install

0 commit comments

Comments
 (0)