Skip to content

Commit bf3958b

Browse files
committed
Include README.md in extra-doc-files
1 parent 6989959 commit bf3958b

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

polytyped.cabal

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ description:
3333
`Poly` carries this information in a type level list, so you can be sure that
3434
it's container contains a value of one of those types.
3535

36-
homepage: https://github.com/zlondrej/polytyped
37-
bug-reports: https://github.com/zlondrej/polytyped/issues
36+
homepage: https://github.com/zlondrej/polytyped
37+
bug-reports: https://github.com/zlondrej/polytyped/issues
3838

3939
-- The license under which the package is released.
4040
license: BSD-3-Clause
@@ -47,20 +47,17 @@ author: Ondřej Janošík
4747

4848
-- An email address to which users can send suggestions, bug reports, and patches.
4949
maintainer: [email protected]
50-
tested-with:
51-
GHC ==9.4.8
52-
|| ==9.6.7
53-
|| ==9.8.4
54-
|| ==9.10.2
55-
|| ==9.12.2
50+
tested-with: GHC ==9.4.8 || ==9.6.7 || ==9.8.4 || ==9.10.2 || ==9.12.2
5651

5752
-- A copyright notice.
5853
-- copyright:
5954
category: Data
6055
build-type: Simple
6156

6257
-- Extra doc files to be distributed with the package, such as a CHANGELOG or a README.
63-
extra-doc-files: CHANGELOG.md
58+
extra-doc-files:
59+
CHANGELOG.md
60+
README.md
6461

6562
-- Extra source files to be distributed with the package, such as examples, or a tutorial module.
6663
-- extra-source-files:

0 commit comments

Comments
 (0)