-
Notifications
You must be signed in to change notification settings - Fork 724
Closed
Labels
Cabal: othercabal-install: cmd/checkold-milestone: ⊥Moved from https://github.com/haskell/cabal/milestone/5Moved from https://github.com/haskell/cabal/milestone/5type: refactor
Milestone
Description
Right now Cabal.Distribution.PackageDescription.Check operates on a sort of ad hoc basis, calling allBuildInfo to implement various checks. This means that there are few cases where we completely forget to validate fields at all, especially build-depends in stanzas. Instead, we should have a function which validates a BuildInfo, and call it on each of the build-infos.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Cabal: othercabal-install: cmd/checkold-milestone: ⊥Moved from https://github.com/haskell/cabal/milestone/5Moved from https://github.com/haskell/cabal/milestone/5type: refactor