Skip to content
Snippets Groups Projects
Unverified Commit 3986ee19 authored by mergify[bot]'s avatar mergify[bot] Committed by GitHub
Browse files

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)
parents db03fe14 65f13c74
No related branches found
Tags ghc-9.2.1-alpha2
No related merge requests found
Pipeline #63766 failed
......@@ -774,9 +774,9 @@ describe the package as a whole:
.. pkg-field:: extra-source-files: filename list
A list of additional files to be included in source distributions
built with :ref:`setup-sdist`. As with :pkg-field:`data-files` it can use
a limited form of ``*`` wildcards in file names.
A list of additional files to be included in source distributions built with :ref:`setup-sdist`.
As with :pkg-field:`data-files` it can use a limited form of ``*`` wildcards in file names.
Files listed here are tracked by ``cabal build``; changes in these files cause (partial) rebuilds.
.. pkg-field:: extra-doc-files: filename list
:since: 1.18
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment