Skip to content

cabal sdist does not perform all checks. #652

Closed
@bos

Description

@bos

(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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions