Ignore invalid Unicode in pkg-config descriptions (#9609)
[cabal.git] / changelog.d / pr-9443
blob353f1fb8cbdb2fea1b2f618ec8c7981eb0cb7095
1 synopsis: Use linker capability detection to improve linker use
2 packages: Cabal
3 prs: #9443
5 description: {
7 - Previously the GHC version number and platform were used as a proxy for whether
8   the linker can generate relocatable objects.
9 - Now, the ability of the linker to create relocatable objects is detected.