Skip to content

Commit 78f446e

Browse files
committed
Update test output with solver error for private dependencies.
1 parent e63a5f7 commit 78f446e

File tree

1 file changed

+6
-10
lines changed
  • cabal-testsuite/PackageTests/MultipleLibraries

1 file changed

+6
-10
lines changed
Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +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-
Configuring library 'privatelib' for d-0.1.0.0..
8-
Preprocessing library 'privatelib' for d-0.1.0.0..
9-
Building library 'privatelib' for d-0.1.0.0..
10-
Configuring library for p-0.1.0.0..
11-
cabal: Encountered missing or private dependencies:
12-
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)