From cce3d0fcd6dfda94b78f5cf566adf8106c99a309 Mon Sep 17 00:00:00 2001 From: Jonathan Knowles Date: Wed, 24 Apr 2024 04:58:49 +0000 Subject: [PATCH] Use `extra-doc-files` for documentation in `cabal` file. --- quickcheck-groups.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickcheck-groups.cabal b/quickcheck-groups.cabal index d25ac15..e54745e 100644 --- a/quickcheck-groups.cabal +++ b/quickcheck-groups.cabal @@ -14,7 +14,7 @@ description: QuickCheck support for testing instances of type classes defined in the groups library. -extra-source-files: +extra-doc-files: CHANGELOG.md README.md