-
Notifications
You must be signed in to change notification settings - Fork 704
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e9753bb
commit 238b222
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |