Skip to content
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

Make wording re manual flag more explicit #10781

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions doc/cabal-package-description-file.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2462,10 +2462,11 @@ Configuration Flags
:default: ``False``
:since: 1.6

By default, Cabal will first try to satisfy dependencies with the
default flag value and then, if that is not possible, with the
negated value. However, if the flag is manual, then the default
value (which can be overridden by commandline flags) will be used.
By default, Cabal tries to resolve dependencies using the flag's ``default`` value.
If that fails, it tries again with the negated default value. However, if the flag is
marked as ``manual``, Cabal will only use the default value and will not retry
with the negated default. Note that the default value can still be overridden
using command-line flags.

.. _conditional-blocks:

Expand Down
Loading