Skip to content

Commit e0a1c04

Browse files
committed
Changelog entry for #8089
1 parent 50eb285 commit e0a1c04

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

changelog.d/pr-8089

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
synopsis: Fix Cabal not finding public sublibraries of installed packages
2+
packages: Cabal
3+
prs: #8089
4+
issues: #7270
5+
6+
description: {
7+
8+
Fix bug in lookup of installed sublibraries with nonexact dependencies (ie. when
9+
not using --exact-configuration). That is the mode of operation of distribution
10+
packages, so this should allow distros to package Cabal packages with multiple
11+
libraries.
12+
13+
}

0 commit comments

Comments
 (0)