Skip to content

Commit 67e9a86

Browse files
committed
Changelog entries for #8089
1 parent ee4a92d commit 67e9a86

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-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+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
synopsis: Unmarked "visibility: public" and "build-depends: pkg:lib" syntaxes as experimental, allowing Hackage upload of packages exposing or using multiple public libraries
2+
packages: Cabal
3+
prs: #8089
4+
issues: #6801 #7286

0 commit comments

Comments
 (0)