Closed
Description
Describe the bug
CHANGELOG.md
(sic ChangeLog.md
) (and README.md
) should be listed as extra-doc-files
not extra-source-files
(see also #5813).
To Reproduce
Steps to reproduce the behavior:
$ cabal init --non-interactive
Please use version-prefixed commands (e.g. v2-build
or v1-build
) to avoid ambiguity.
Expected behavior
extra-doc-files: CHANGELOG.md
System information
- Operating system: Fedora
cabal-3.2.0.0
,ghc-8.6.5
versions
Additional context
extra-source-files: CHANGELOG.md
is put in .cabal file.