Skip to content

Commit 28daab1

Browse files
ffaf1Mikolaj
authored andcommitted
Update .cabal files
`extra-doc-files` and `no-autogen-paths` warnings.
1 parent 8f79eb4 commit 28daab1

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

Cabal-syntax/Cabal-syntax.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ description:
1515
category: Distribution
1616
build-type: Simple
1717

18-
extra-source-files:
18+
extra-doc-files:
1919
README.md ChangeLog.md
2020

2121
source-repository head

Cabal/Cabal.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ build-type: Simple
2121
-- If we use a new Cabal feature, this needs to be changed to Custom so
2222
-- we can bootstrap.
2323

24-
extra-source-files:
24+
extra-doc-files:
2525
README.md ChangeLog.md
2626

2727
source-repository head

cabal-install-solver/cabal-install-solver.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ maintainer: Cabal Development Team <[email protected]>
1414
copyright: 2003-2024, Cabal Development Team
1515
category: Distribution
1616
build-type: Simple
17-
Extra-Source-Files:
17+
extra-doc-files:
1818
ChangeLog.md
1919

2020
source-repository head

cabal-install/cabal-install.cabal

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ Copyright: 2003-2024, Cabal Development Team
1717
Category: Distribution
1818
Build-type: Simple
1919
Extra-Source-Files:
20-
README.md
2120
bash-completion/cabal
21+
extra-doc-files:
22+
README.md
2223
changelog
2324

2425
source-repository head
@@ -67,6 +68,8 @@ library
6768
default-extensions: TypeOperators
6869

6970
hs-source-dirs: src
71+
autogen-modules:
72+
Paths_cabal_install
7073
other-modules:
7174
Paths_cabal_install
7275
exposed-modules:

0 commit comments

Comments
 (0)