Skip to content

Commit

Permalink
Use narrow rather than upset
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed Oct 30, 2023
1 parent 17dd48a commit 39bb278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/cabal-package.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1483,7 +1483,7 @@ system-dependent values for these fields.

Even though there is no ``/=`` operator, by combining operators we can
skip over one or more versions, to skip a deprecated version or to skip
versions that upset the constraint solving.
versions that narrow the constraint solving more than we'd like.

For example, the ``time =1.12.*`` series depends on ``base >=4.13 && <5``
but ``time-1.12.3`` bumps the lower bound on base to ``>=4.14``. If we
Expand Down

0 comments on commit 39bb278

Please sign in to comment.