cabal sdist does not perform all checks. #652
Labels
Cabal: cmd/sdist
cabal-install: cmd/check
old-milestone: ⊥
Moved from https://github.com/haskell/cabal/milestone/5
type: bug
Milestone
(Imported from Trac #660, reported by @kmcallister on 2010-04-11)
Some checks in Distribution.PackageDescription.Check are defined on GenericPackageDescription and are called via checkPackage. checkPackage is called by configure, which ignores dist-related checks, but not by sdist, which only calls checkConfiguredPackage.
So any dist-related checks on GenericPackageDescription, e.g. warning of base version not bounded above, will have no effect.
The text was updated successfully, but these errors were encountered: