Skip to content

Commit 3986ee1

Browse files
authored
Merge pull request #8814 from haskell/mergify/bp/3.10/pr-8765
Fix #8756: doc: `extra-source-files` are tracked by `cabal build` (backport #8765)
2 parents db03fe1 + 65f13c7 commit 3986ee1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/cabal-package.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -774,9 +774,9 @@ describe the package as a whole:
774774

775775
.. pkg-field:: extra-source-files: filename list
776776

777-
A list of additional files to be included in source distributions
778-
built with :ref:`setup-sdist`. As with :pkg-field:`data-files` it can use
779-
a limited form of ``*`` wildcards in file names.
777+
A list of additional files to be included in source distributions built with :ref:`setup-sdist`.
778+
As with :pkg-field:`data-files` it can use a limited form of ``*`` wildcards in file names.
779+
Files listed here are tracked by ``cabal build``; changes in these files cause (partial) rebuilds.
780780

781781
.. pkg-field:: extra-doc-files: filename list
782782
:since: 1.18

0 commit comments

Comments
 (0)