cabal init -i: add the GHC2021 language option (fix #8265)
[cabal.git] / changelog.d / pr-8089
blobbba65696f04874f50eb375c450411a649efaed4f
1 synopsis: Fix Cabal not finding public sublibraries of installed packages
2 packages: Cabal
3 prs: #8089
4 issues: #7270
6 description: {
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.