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 72e2f6e commit e6bf2c6Copy full SHA for e6bf2c6
changelog.d/pr-8427
@@ -0,0 +1,15 @@
1
+synopsis: Reimplementing `cabal check`
2
+packages: Cabal
3
+prs: #8427
4
+issues: #7423
5
+
6
+description: {
7
8
+- For `cabal-install` users: `cabal check` do not warn on -O2 or similar
9
+ options if under an off-by-default cabal flag.
10
+- For `Cabal` the library users: `checkPackage` signature has been simplified,
11
+ you do not need to pass a specific configuration of the package, since
12
+ we do not flatten GenericPackageDescription no more.
13
+- For `Cabal` the library users: `checkPackageFileNames` has been removed,
14
+ use `checkPackageFiles` instead.
15
+}
0 commit comments