forked from haskell/cabal
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hack around haskell#5119 by disabling the warning. (haskell#5524)
Issue haskell#5119 is tracking spurious generation of these warnings. There are a lot of them! We can't release with so many false positives, so just squelch the warning outright. This is a hack and this commit should be reverted if we get a proper fix that can be backported to the 2.4 branch. (cherry picked from commit e8ba731)
- Loading branch information
1 parent
5446430
commit a8092e5
Showing
9 changed files
with
12 additions
and
37 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 |
---|---|---|
|
@@ -53,6 +53,10 @@ | |
|
||
# 2.4.0.0 [Mikhail Glushenkov](mailto:[email protected]) September 2018 | ||
|
||
* Due to [#5119](https://github.com/haskell/cabal/issues/5119), the | ||
`cabal check` warning for bounds on internal libraries has been | ||
disabled. | ||
# 2.4.0.0 (current development version) | ||
* Due to [#5119](https://github.com/haskell/cabal/issues/5119), the | ||
`cabal check` warning for bounds on internal libraries has been | ||
disabled. | ||
|
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
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
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
13 changes: 0 additions & 13 deletions
13
cabal-testsuite/PackageTests/InternalVersions/BuildDependsExtra/setup.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,16 +1,3 @@ | ||
# Setup configure | ||
Resolving dependencies... | ||
Configuring build-depends-extra-version-0.1.0.0... | ||
Warning: The package has an extraneous version range for a dependency on an internal library: build-depends-extra-version >=0.0.0.1. This version range includes the current package but isn't needed as the current package's library will always be used. | ||
# Setup sdist | ||
Distribution quality errors: | ||
The package has an extraneous version range for a dependency on an internal library: build-depends-extra-version >=0.0.0.1. This version range includes the current package but isn't needed as the current package's library will always be used. | ||
Distribution quality warnings: | ||
No 'maintainer' field. | ||
No 'description' field. | ||
A 'license-file' is not specified. | ||
Note: the public hackage server would reject this package. | ||
Building source dist for build-depends-extra-version-0.1.0.0... | ||
Preprocessing library for build-depends-extra-version-0.1.0.0.. | ||
Preprocessing executable 'bar' for build-depends-extra-version-0.1.0.0.. | ||
Source tarball created: setup.cabal.dist/work/dist/build-depends-extra-version-0.1.0.0.tar.gz |
13 changes: 0 additions & 13 deletions
13
cabal-testsuite/PackageTests/InternalVersions/BuildDependsExtra/setup.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,15 +1,2 @@ | ||
# Setup configure | ||
Configuring build-depends-extra-version-0.1.0.0... | ||
Warning: The package has an extraneous version range for a dependency on an internal library: build-depends-extra-version >=0.0.0.1. This version range includes the current package but isn't needed as the current package's library will always be used. | ||
# Setup sdist | ||
Distribution quality errors: | ||
The package has an extraneous version range for a dependency on an internal library: build-depends-extra-version >=0.0.0.1. This version range includes the current package but isn't needed as the current package's library will always be used. | ||
Distribution quality warnings: | ||
No 'maintainer' field. | ||
No 'description' field. | ||
A 'license-file' is not specified. | ||
Note: the public hackage server would reject this package. | ||
Building source dist for build-depends-extra-version-0.1.0.0... | ||
Preprocessing library for build-depends-extra-version-0.1.0.0.. | ||
Preprocessing executable 'bar' for build-depends-extra-version-0.1.0.0.. | ||
Source tarball created: setup.dist/work/dist/build-depends-extra-version-0.1.0.0.tar.gz |
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
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
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