-
Notifications
You must be signed in to change notification settings - Fork 701
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixup version range of ImpossibleVersionRangeLib
- Loading branch information
1 parent
cd58ac2
commit 61d731f
Showing
2 changed files
with
2 additions
and
9 deletions.
There are no files selected for viewing
9 changes: 1 addition & 8 deletions
9
...testsuite/PackageTests/Check/ConfiguredPackage/Fields/ImpossibleVersionRangeLib/cabal.out
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 |
---|---|---|
@@ -1,11 +1,4 @@ | ||
# cabal check | ||
The package will not build sanely due to these errors: | ||
Error: [impossible-dep] The package has an impossible version range for a dependency on an internal library: pkg:internal >1.0 && <2.0. This version range does not include the current package, and must be removed as the current package's library will always be used. | ||
These warnings may cause trouble when distributing the package: | ||
Warning: [tz-upper-bounds] On library, these packages have upper bounds with trailing zeros: | ||
- pkg | ||
Please avoid trailing zeros for upper bounds. | ||
Warning: [gt-lower-bounds] On library, these packages have greater than (>) lower bounds: | ||
- pkg | ||
Please use greater than or equals (>=) for lower bounds. | ||
Error: [impossible-dep] The package has an impossible version range for a dependency on an internal library: pkg:internal >=1.0 && <2. This version range does not include the current package, and must be removed as the current package's library will always be used. | ||
Error: Hackage would reject this package. |
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