Fix Data.Binary re-export
[cabal.git] / changelog.d / pr-7283
blobeca1f4f65f17ce31cf84bd2ccbbe0546ba961181
1 synopsis: Avoid resource exhaustion in `cabal init`
2 packages: cabal-install
3 prs: #7283
4 issues: #5115
6 description: {
8 - Read file contents strictly to avoid resource exhaustion in `cabal init`.
9 - Ignore UTF-8 decoding errors.