From c39a8ec7392dea48a5eb17da78b165bdb2e4333d Mon Sep 17 00:00:00 2001 From: Phil de Joux Date: Sun, 29 Oct 2023 09:48:58 -0400 Subject: [PATCH] Add a description to the change log entry --- changelog.d/issue-5993 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/changelog.d/issue-5993 b/changelog.d/issue-5993 index 1284141fa62..47580dd57cb 100644 --- a/changelog.d/issue-5993 +++ b/changelog.d/issue-5993 @@ -1,4 +1,9 @@ synopsis: Warn early that overwrite policy is needed +description: + Waiting for a long build and then seeing the install fail because a flag was + missing is frustrating. With this change we skip the wait and warn early, + before the build, that an overwrite policy flag would be needed for the + install to succeed. packages: cabal-install prs: #9268 issues: #5993