-
Notifications
You must be signed in to change notification settings - Fork 724
Closed
Labels
Cabal: cmd/sdistcabal-install: cmd/checkold-milestone: ⊥Moved from https://github.com/haskell/cabal/milestone/5Moved from https://github.com/haskell/cabal/milestone/5type: bug
Milestone
Description
(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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Cabal: cmd/sdistcabal-install: cmd/checkold-milestone: ⊥Moved from https://github.com/haskell/cabal/milestone/5Moved from https://github.com/haskell/cabal/milestone/5type: bug