Reject unconstrained dependency = none|all|eq - #11470
Open
philderbeast wants to merge 30 commits into
Open
Conversation
none|all|eq
philderbeast
force-pushed
the
add/constrain-eq-version
branch
from
February 2, 2026 02:48
0ddde8d to
4142036
Compare
philderbeast
marked this pull request as draft
February 3, 2026 12:09
philderbeast
force-pushed
the
add/constrain-eq-version
branch
11 times, most recently
from
February 10, 2026 16:24
8edde84 to
c5d436a
Compare
philderbeast
force-pushed
the
add/constrain-eq-version
branch
2 times, most recently
from
February 24, 2026 14:05
3e4a2ef to
6165816
Compare
philderbeast
force-pushed
the
add/constrain-eq-version
branch
4 times, most recently
from
March 4, 2026 14:43
e9feef8 to
e87fb1a
Compare
philderbeast
force-pushed
the
add/constrain-eq-version
branch
from
March 8, 2026 14:37
e87fb1a to
0151c4a
Compare
philderbeast
force-pushed
the
add/constrain-eq-version
branch
3 times, most recently
from
March 26, 2026 14:50
d7b6fd7 to
8339ba1
Compare
philderbeast
force-pushed
the
add/constrain-eq-version
branch
3 times, most recently
from
April 2, 2026 16:12
6c0a75b to
25aaa3f
Compare
philderbeast
force-pushed
the
add/constrain-eq-version
branch
from
April 5, 2026 16:01
25aaa3f to
57d0494
Compare
philderbeast
force-pushed
the
add/constrain-eq-version
branch
from
April 15, 2026 18:01
57d0494 to
f3c69ab
Compare
philderbeast
force-pushed
the
add/constrain-eq-version
branch
from
May 2, 2026 19:07
f3c69ab to
39e818d
Compare
- Use onlyConstrainedAll in solver unit tests - Add unit tests for =eq and =none - Add whenNone, whenAll and whenEq - Enhance the failure message expectation
- Expectation changed in "Remove redundant field in CondTree"
philderbeast
force-pushed
the
add/constrain-eq-version
branch
from
July 31, 2026 14:31
e4c14fb to
c775f69
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #11468. Adds an
eqoption for--reject-unconstrained-dependencies. Extends the solving failure reason message to include=allor=eq.Manual QA
With this repository,
cabal freeze.Edit
cabal.project.freezecommenting out the line for theprettydependency.Now
cabal build cabal-install-solver --reject-unconstrained-dependencies=?will only build when ? is none.Edit
cabal.project.freezechanging the line for theprettydependency.Now
cabal build --reject-unconstrained-dependencies=?will build when ? isnone|allbut won't build when ? iseq.Template Α: This PR modifies behaviour or interface
Include the following checklist in your PR:
significance: significantin the changelog file.