forked from haskell/cabal
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reject solver solutions involving un-buildable libraries.
Now you get something like this: Resolving dependencies... cabal: Could not resolve dependencies: trying: p-0.1 (user goal) unknown package: unbuildable (dependency of p-0.1) fail (backjumping, conflict set: p, unbuildable) Dependency tree exhaustively searched. The error message is not the best. Fixes haskell#3978
- Loading branch information
Showing
1 changed file
with
49 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters