cabal init -i: add the GHC2021 language option (fix #8265)
[cabal.git] / changelog.d / pr-8117
blob7ba3b11a6e7712b26e7aa1c66f07e9dd4660cbc2
1 synopsis: Remove the Generic instance of LicenseId
2 packages: Cabal
3 prs: #8117
4 issues: #8074
5 significance: significant
7 description: {
9 - The `Generic` instance of LicenseId is removed, due to the extraordinary amount of memory required to compile
10   the Generic instances of large sum types in GHC.