Skip to content

Commit

Permalink
Fix Setup.hs --dependency example
Browse files Browse the repository at this point in the history
  • Loading branch information
ffaf1 committed Oct 26, 2023
1 parent d29e487 commit af0d57a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/setup-commands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ This has the following effects:
explicitly specified using :option:`--dependency` simply by giving the name
of the sublibrary; e.g., the dependency for a sublibrary
named ``foo`` is given as
``--dependency=pkg-internal=pkg-1.0-internal-abcd``.
``--dependency=Lib:foo=foo-0.1-abc``.

- Only the dependencies needed for the requested component are
required. Similarly, when :option:`--exact-configuration` is specified,
Expand Down

0 comments on commit af0d57a

Please sign in to comment.