From ed3b26946c5ed0d96f10be2160aba10bacf00ba6 Mon Sep 17 00:00:00 2001 From: Francesco Ariis Date: Mon, 27 Nov 2023 19:11:30 +0100 Subject: [PATCH] Add changelog --- changelog.d/pr-9481 | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 changelog.d/pr-9481 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). + +}