diff --git a/changelog.d/issue-5993 b/changelog.d/issue-5993
new file mode 100644
index 0000000000000000000000000000000000000000..47580dd57cb09a8c0a6e5306d4e80a7ea8cb0375
--- /dev/null
+++ b/changelog.d/issue-5993
@@ -0,0 +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