Skip to content

Commit a39cb84

Browse files
committed
Add changelog for #8897
1 parent f506a22 commit a39cb84

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

changelog.d/pr-8897

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
synopsis: Make check comply with Hackage requirements
2+
packages: Cabal, cabal-install
3+
prs: #8897
4+
5+
description: {
6+
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.
13+
14+
}

0 commit comments

Comments
 (0)