diff --git a/changelog.d/pr-10103 b/changelog.d/pr-10103 new file mode 100644 index 00000000000..3e68cf38d3c --- /dev/null +++ b/changelog.d/pr-10103 @@ -0,0 +1,14 @@ +synopsis: Enhance error detection for cabal root project files, including broken symlinks + +packages: cabal-install + +prs: #10103 + +issues: #9937 + +description: { + +- Added proper detection and reporting for issues with cabal root project files. Previously, these files were silently ignored if they were broken symlinks. Now, `cabal` will exit +with an error in such case. + +}