Fix changelog entries so that changelog-d doesn't croak
[cabal.git] / changelog.d / pr-8115
blob157ca9fdf3e1345dffcf9c979f8b91accea5121a
1 synopsis: Make type field optional for tests and benchmarks
2 packages: Cabal Cabal-syntax
3 prs: #8115
4 issues: #7459
5 description: {
7 Allow the omission of the `type` field in `test-suite` and `benchmark` stanzas
8 when the type can be inferred by the presence of `main-is` or `test-module`.