From 3490d687a1a3d72e2d7af050b3b56cc0f3134506 Mon Sep 17 00:00:00 2001 From: Brent Yorgey Date: Thu, 29 Feb 2024 12:32:01 -0600 Subject: [PATCH] fix cabal warning: move `CHANGELOG.md` to `extra-doc-files` --- diagrams-pandoc.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/diagrams-pandoc.cabal b/diagrams-pandoc.cabal index 3c17d23..eb01c1f 100644 --- a/diagrams-pandoc.cabal +++ b/diagrams-pandoc.cabal @@ -15,7 +15,8 @@ maintainer: diagrams-discuss@googlegroups.com category: Text build-type: Simple Bug-reports: http://github.com/diagrams/diagrams-pandoc/issues -Extra-source-files: README.md, CHANGELOG.md, test/*.md, test/*.html +Extra-source-files: README.md, test/*.md, test/*.html +extra-doc-files: CHANGELOG.md Tested-with: GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.3 || ==9.8.1 Source-repository head type: git