Skip to content

Commit b1863e2

Browse files
committed
chore: add READMEs to cabal files
1 parent 5146347 commit b1863e2

File tree

7 files changed

+13
-6
lines changed

7 files changed

+13
-6
lines changed

code/cvss/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# cvss
2+
3+
This project aims to support [Common Vulnerability Scoring System](https://www.first.org/cvss/).
4+
5+
## Building
6+
7+
We aim to support both regular cabal-based and nix-based builds.

code/cvss/cvss.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license: BSD-3-Clause
99
author: Tristan de Cacqueray
1010
maintainer: [email protected]
1111
category: Data
12-
extra-doc-files: CHANGELOG.md
12+
extra-doc-files: CHANGELOG.md, README.md
1313
tested-with:
1414
GHC ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.6 || ==9.8.3 || ==9.10.1 || ==9.12.1
1515

code/hsec-core/hsec-core.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ maintainer: [email protected]
1919
-- A copyright notice.
2020
-- copyright:
2121
category: Data
22-
extra-doc-files: CHANGELOG.md
22+
extra-doc-files: CHANGELOG.md, README.md
2323

2424
tested-with:
2525
GHC ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.6 || ==9.8.3 || ==9.10.1 || ==9.12.1

code/hsec-sync/hsec-sync.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ maintainer: [email protected]
1919
-- A copyright notice.
2020
-- copyright:
2121
category: Data
22-
extra-doc-files: CHANGELOG.md, overview.png, recommended-workflow.png
22+
extra-doc-files: CHANGELOG.md, overview.png, recommended-workflow.png, README.md
2323
tested-with:
2424
GHC ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.6 || ==9.8.3 || ==9.10.1 || ==9.12.1
2525

code/hsec-tools/hsec-tools.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ maintainer: [email protected]
2121
-- A copyright notice.
2222
-- copyright:
2323
category: Data
24-
extra-doc-files: CHANGELOG.md
24+
extra-doc-files: CHANGELOG.md, README.md
2525
extra-source-files:
2626
assets/css/*.css
2727
assets/images/*.png

code/osv/osv.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ maintainer: [email protected]
2121
-- A copyright notice.
2222
-- copyright:
2323
category: Data
24-
extra-doc-files: CHANGELOG.md
24+
extra-doc-files: CHANGELOG.md, README.md
2525

2626
tested-with:
2727
GHC ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.6 || ==9.8.3 || ==9.10.1 || ==9.12.1

code/purl/purl.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license: BSD-3-Clause
99
author: Gautier DI FOLCO
1010
maintainer: [email protected]
1111
category: Data
12-
extra-doc-files: CHANGELOG.md
12+
extra-doc-files: CHANGELOG.md, README.md
1313
tested-with:
1414
GHC ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.6 || ==9.8.3 || ==9.10.1 || ==9.12.1
1515

0 commit comments

Comments
 (0)