Skip to content

Commit dfec03d

Browse files
committed
treewide: move CHANGELOG to extra-doc-files
1 parent d7101a7 commit dfec03d

File tree

7 files changed

+21
-14
lines changed

7 files changed

+21
-14
lines changed

hnix-store-core/hnix-store-core.cabal

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ maintainer: [email protected]
1313
copyright: 2018 Shea Levy
1414
category: Nix
1515
build-type: Simple
16-
extra-source-files:
16+
extra-doc-files:
1717
CHANGELOG.md
18-
, README.md
18+
extra-source-files:
19+
README.md
1920
, tests/samples/example0.drv
2021
, tests/samples/example1.drv
2122

hnix-store-db/hnix-store-db.cabal

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ maintainer: [email protected]
1111
copyright: 2023 Sorki
1212
category: Nix
1313
build-type: Simple
14-
extra-source-files:
14+
extra-doc-files:
1515
CHANGELOG.md
16-
, README.md
16+
extra-source-files:
17+
README.md
1718
, README.lhs
1819

1920
flag build-bench

hnix-store-json/hnix-store-json.cabal

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ maintainer: [email protected]
1212
copyright: 2023 Sorki
1313
category: Nix
1414
build-type: Simple
15-
extra-source-files:
15+
extra-doc-files:
1616
CHANGELOG.md
17-
, README.md
17+
extra-source-files:
18+
README.md
1819

1920
common commons
2021
ghc-options: -Wall

hnix-store-nar/hnix-store-nar.cabal

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ maintainer: [email protected]
1212
copyright: 2018 Shea Levy
1313
category: Nix
1414
build-type: Simple
15-
extra-source-files:
15+
extra-doc-files:
1616
CHANGELOG.md
17-
, README.md
17+
extra-source-files:
18+
README.md
1819
, tests/fixtures/case-conflict.nar
1920

2021
flag bounded_memory

hnix-store-readonly/hnix-store-readonly.cabal

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ maintainer: [email protected]
1212
copyright: 2018 Shea Levy
1313
category: Nix
1414
build-type: Simple
15-
extra-source-files:
15+
extra-doc-files:
1616
CHANGELOG.md
17-
, README.md
17+
extra-source-files:
18+
README.md
1819

1920
common commons
2021
ghc-options: -Wall

hnix-store-remote/hnix-store-remote.cabal

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ maintainer: [email protected]
1111
copyright: 2018 Sorki
1212
category: Nix
1313
build-type: Simple
14-
extra-source-files:
14+
extra-doc-files:
1515
CHANGELOG.md
16-
, README.md
16+
extra-source-files:
17+
README.md
1718
, README.lhs
1819

1920
common commons

hnix-store-tests/hnix-store-tests.cabal

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ maintainer: [email protected]
1515
copyright: 2023 Sorki
1616
category: Nix
1717
build-type: Simple
18-
extra-source-files:
18+
extra-doc-files:
1919
CHANGELOG.md
20-
, README.md
20+
extra-source-files:
21+
README.md
2122

2223
common commons
2324
ghc-options: -Wall

0 commit comments

Comments
 (0)