repo.or.cz
/
cabal.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cabal init -i: add the GHC2021 language option (fix #8265)
[cabal.git]
/
changelog.d
/
pr-8117
blob
7ba3b11a6e7712b26e7aa1c66f07e9dd4660cbc2
1
synopsis: Remove the Generic instance of LicenseId
2
packages: Cabal
3
prs: #8117
4
issues: #8074
5
significance: significant
6
7
description: {
8
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.
11
}