Skip to content

Commit e6bf2c6

Browse files
committed
Add changelog for #8427
1 parent 72e2f6e commit e6bf2c6

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

changelog.d/pr-8427

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)