-
Notifications
You must be signed in to change notification settings - Fork 695
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Confusing cabal solver install plan #1532
Comments
Here's the
|
@kosmikus would you mind doing an initial triage, just to describe what's going on? |
I think that @23Skidoo knows the sandbox stuff better than I do. Here's what seems to happen according to the
Right now, it's unclear to me if this is a problem that should be solved within the solver somehow, or whether the solver could be invoked with better arguments to make it clear what's desired. |
closing as obsolete |
Using
with the
dummy.cabal
contentsThen if I install some packages into the sandbox...
...and now try to
cabal install
,cabal
would try to installtest-framework-quickcheck2-0.2.4
even though tests are not to be built, and even if they were to be built, that version would not be within the version constraints:The text was updated successfully, but these errors were encountered: