diff --git a/changelog.d/pr-9481 b/changelog.d/pr-9481 new file mode 100644 index 00000000000..02326b8cd66 --- /dev/null +++ b/changelog.d/pr-9481 @@ -0,0 +1,11 @@ +synopsis: Guard PackageInfo_* modules behind `cabal-version` ≥ 3.12 +packages: Cabal +prs: #9481 +issues: #9331 + +description: { + +`cabal check` now warns whether PackageInfo_* autogen modules are +used with `cabal-version` ≥ 3.12 (Hackage could refuse the package). + +}