Merge pull request #9649 from haskell/wip/static-pre-releases
[cabal.git] / changelog.d / issue-5993
blob47580dd57cb09a8c0a6e5306d4e80a7ea8cb0375
1 synopsis: Warn early that overwrite policy is needed
2 description:
3   Waiting for a long build and then seeing the install fail because a flag was
4   missing is frustrating.  With this change we skip the wait and warn early,
5   before the build, that an overwrite policy flag would be needed for the
6   install to succeed.
7 packages: cabal-install
8 prs: #9268
9 issues: #5993