Add “Ignore warning” option to cabal check
[cabal.git] / changelog.d / issue-9098-lexbraces
blob19bb0bbee356644bfdc67557c9287d3bd6783921
1 synopsis: Add LexBraces lexer warning
2 packages: Cabal-syntax
3 issues: #8577
5 description: {
7 LexBraces warning is issued when brace delimiting syntax is used.
8 This way, using `readFields'`, a low-lever consumer may decide
9 whether braces were used.
11 (Looking for a brace character in the input is imprecise, as braces can occur inside field content).
13 This warning is not propagated to parser warnings,
14 so e.g. readGenericPackageDescription doesn't warn about it.
15 This is because all parser warnings prevent uploads to Hackage,
16 and using braces (or not) is opinionated choice.