Solver Hackage benchmark: Explicitly initialize cabal config files
[cabal.git] / changelog.d / pr-9018
blobb823fc4c33af9db81d3d9ac34807ef9a429ca2f4
1 synopsis: Structured Errors and Error Codes for Cabal
2 packages: cabal
3 prs: #9018
4 issues: #8618 #8543
7 description: {
9 This will replace the `die'` function with `dieWithException` function which will throw structured errors rather than mere strings and also assign codes to corresponding errors that can be added to the error index.