Skip to content

Commit

Permalink
Add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
9999years authored and Mikolaj committed Oct 1, 2024
1 parent b7f2bb4 commit 483ec37
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions changelog.d/pr-10273
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
synopsis: Show why `cabal act-as-setup configure` failed
packages: Cabal
prs: #10273
significance:

description: {

When `cabal act-as-setup configure` fails, it prints a list of "missing or
private dependencies".

Now, it will show you if each failing dependency is missing, private, or an
incompatible version:

```
Error: [Cabal-8010]
Encountered missing or private dependencies:
Lib:{bar-internal,foo-internal} (missing :bar-internal),
base <=1.0 (installed: 4.18.2.1),
package-that-does-not-exist (missing)
```

}

0 comments on commit 483ec37

Please sign in to comment.