Skip to content

Commit 62ad921

Browse files
committed
Add changelog for haskell#7966 and haskell#7776
1 parent a58592e commit 62ad921

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

changelog.d/pr-7966

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
synopsis: Fix the duplicate modules check
2+
packages: Cabal
3+
prs: #7966
4+
issues: #7776
5+
6+
description: {
7+
- Now if a package may have duplicate modules (subject to conditionals), cabal warns on this.
8+
- But if a package necessarily has duplicate modules (because they are not guarded by conditionals), cabal will error.
9+
}

0 commit comments

Comments
 (0)