Skip to content

Commit

Permalink
Update .cabal files
Browse files Browse the repository at this point in the history
`extra-doc-files` and `no-autogen-paths` warnings.
  • Loading branch information
ffaf1 authored and Mikolaj committed Mar 4, 2024
1 parent 8f79eb4 commit 28daab1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
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-2024, 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-2024, 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 @@ -67,6 +68,8 @@ library
default-extensions: TypeOperators

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

0 comments on commit 28daab1

Please sign in to comment.