Skip to content

Commit 60324d6

Browse files
committed
Update test output with solver error for private dependencies.
1 parent 91f8b30 commit 60324d6

File tree

1 file changed

+6
-12
lines changed
  • cabal-testsuite/PackageTests/MultipleLibraries/Failing

1 file changed

+6
-12
lines changed
Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
# cabal v2-build
22
Resolving dependencies...
3-
Build profile: -w ghc-<GHCVER> -O1
4-
In order, the following will be built:
5-
- d-0.1.0.0 (lib:privatelib) (first run)
6-
- p-0.1.0.0 (lib) (first run)
7-
Warning: d.cabal:10:22: visibility is experimental feature (issue #5660)
8-
Configuring library 'privatelib' for d-0.1.0.0..
9-
Preprocessing library 'privatelib' for d-0.1.0.0..
10-
Building library 'privatelib' for d-0.1.0.0..
11-
Warning: p.cabal:6:20: colon specifier is experimental feature (issue #5660)
12-
Configuring library for p-0.1.0.0..
13-
cabal: Encountered missing or private dependencies:
14-
d:{privatelib} ==0.1.0.0
3+
cabal: Could not resolve dependencies:
4+
[__0] trying: d-0.1.0.0 (user goal)
5+
[__1] next goal: p (user goal)
6+
[__1] rejecting: p-0.1.0.0 (requires library 'privatelib' from d, but the component is private)
7+
[__1] fail (backjumping, conflict set: d, p)
8+
After searching the rest of the dependency tree exhaustively, these were the goals I've had most trouble fulfilling: d (2), p (2)

0 commit comments

Comments
 (0)