Skip to content

Commit c7915c2

Browse files
Document the pkg: prefix for package targets (backport #9015) (#9079)
Co-authored-by: Michael Peyton Jones <me@michaelpj.com>
1 parent 08e94a7 commit c7915c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/cabal-commands.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Target Forms
191191

192192
A cabal command target can take any of the following forms:
193193

194-
- A package target: ``package``, which specifies that all enabled
194+
- A package target: ``[pkg:]package``, which specifies that all enabled
195195
components of a package to be built. By default, test suites and
196196
benchmarks are *not* enabled, unless they are explicitly requested
197197
(e.g., via ``--enable-tests``.)

0 commit comments

Comments
 (0)