Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ffaf1 committed Nov 13, 2023
1 parent 65826e1 commit e7f7ea3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions changelog.d/pr-check-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
synopsis: Add `--ignore` to `cabal check`
packages: Cabal cabal-check
prs: #9442
issues: #8587

description: {

- `cabal check` can now ignore warning with `--ignore`. E.g.
`--ignore=MissingUpperBounds` will not display “Missing upper
bounds” warnings.
- `cabal check` output now prints the warning identifier too
(like `MissingUpperBounds`).
- `Distribution.PackageDescription.Check.Warning` now exports
`filterPackageChecksById`, this can be used by third-party
tools to filter warnings.

}

0 comments on commit e7f7ea3

Please sign in to comment.