Ignore invalid Unicode in pkg-config descriptions (#9609)
[cabal.git] / changelog.d / pr-8897
bloba89023dc4169e65a9f47ac72c8016c01d23d5af1
1 synopsis: Make check comply with Hackage requirements
2 packages: Cabal cabal-install
3 prs: #8897
5 description: {
7 - `cabal check` will only return exitcode 1 when the package is not fit
8   for Hackage. E.g. it will not error anymore when your `synopsis:` is
9   larger than `description:`, just emit a warning.
10 - Cabal: Distribution.Client.Check now exports `isHackageDistError`, for
11   third-party tools to know if a specific error will preclude a package
12   from being uploaded to Hacakge.