Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed Nov 21, 2024
1 parent 0245bdc commit e81f990
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions changelog.d/pr-10554
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
synopsis: Adds more version range checks to `cabal check`.
packages: [Cabal-syntax, Cabal]
prs: 10554
issues: 9806
---

For dependencies, warns about and checks that version range bounds for:

- lower bounds are inclusive, don't use (>)
- upper bounds are exclusive, don't use (<=)
- upper bounds don't have trailing zeros, don't end with (*.0)

0 comments on commit e81f990

Please sign in to comment.