We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f506a22 commit a39cb84Copy full SHA for a39cb84
changelog.d/pr-8897
@@ -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