File tree 1 file changed +6
-10
lines changed
cabal-testsuite/PackageTests/MultipleLibraries 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change 1
1
# cabal v2-build
2
2
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)
You can’t perform that action at this time.
0 commit comments