Skip to content

Update .cabal files (backport #9761) #9780

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

Merged
merged 1 commit into from
Mar 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cabal-syntax/Cabal-syntax.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ description:
category: Distribution
build-type: Simple

extra-source-files:
extra-doc-files:
README.md ChangeLog.md

source-repository head
Expand Down
2 changes: 1 addition & 1 deletion Cabal/Cabal.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ build-type: Simple
-- If we use a new Cabal feature, this needs to be changed to Custom so
-- we can bootstrap.

extra-source-files:
extra-doc-files:
README.md ChangeLog.md

source-repository head
Expand Down
2 changes: 1 addition & 1 deletion cabal-install-solver/cabal-install-solver.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ maintainer: Cabal Development Team <[email protected]>
copyright: 2003-2023, Cabal Development Team
category: Distribution
build-type: Simple
Extra-Source-Files:
extra-doc-files:
ChangeLog.md

source-repository head
Expand Down
5 changes: 4 additions & 1 deletion cabal-install/cabal-install.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ Copyright: 2003-2023, Cabal Development Team
Category: Distribution
Build-type: Simple
Extra-Source-Files:
README.md
bash-completion/cabal
extra-doc-files:
README.md
changelog

source-repository head
Expand Down Expand Up @@ -65,6 +66,8 @@ library
default-extensions: TypeOperators

hs-source-dirs: src
autogen-modules:
Paths_cabal_install
other-modules:
Paths_cabal_install
exposed-modules:
Expand Down