We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b4258c commit 8c3c9c7Copy full SHA for 8c3c9c7
doc/cabal-project.rst
@@ -322,9 +322,9 @@ The following settings control the behavior of the dependency solver:
322
constraints: bar == 2.1,
323
bar +foo -baz
324
325
- Valid constraints take the same form as for the `constraint
326
- command line option
327
- <installing-packages.html#cmdoption-setup-configure-constraint>`__.
+ The option ``--constraint`` only takes a single constraint, not a
+ comma-separated list of constraints. To make up for this, it can
+ appear several times on the command line.
328
329
.. cfg-field:: preferences: preference (comma separated)
330
--preference="pkg >= 2.0"
0 commit comments