-
Notifications
You must be signed in to change notification settings - Fork 697
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cabal init produces extra-source-files: CHANGELOG.md
#6864
Comments
extra-source-files: CHANGELOG.md
extra-source-files: CHANGELOG.md
Note that |
Okay but |
Interactive variant still could be selected to produce |
Gotya, good point! I think you are right: #3825. |
Haven't tested yet, but thanks a lot for addressing this! |
Describe the bug
CHANGELOG.md
(sicChangeLog.md
) (andREADME.md
) should be listed asextra-doc-files
notextra-source-files
(see also #5813).To Reproduce
Steps to reproduce the behavior:
Please use version-prefixed commands (e.g.
v2-build
orv1-build
) to avoid ambiguity.Expected behavior
extra-doc-files: CHANGELOG.md
System information
cabal-3.2.0.0
,ghc-8.6.5
versionsAdditional context
extra-source-files: CHANGELOG.md
is put in .cabal file.The text was updated successfully, but these errors were encountered: