Add required-fields to changelog.d config
[cabal.git] / changelog.d / pr-9326
blob33350cd86f02776b209c7d25ad07a5b6154a7009
1 synopsis: Include the GHC "Project Unit Id" in the cabal store path
2 packages: Cabal cabal-install
3 prs: #9326
4 issues: #8114
5 description: {
6 - This allows the use of several **API incompatible builds of the same version
7   of GHC** without corrupting the cabal store.
8 - This relies on the "Project Unit Id" which is available since GHC 9.8.1,
9   older versions of GHC do not benefit from this change.