From 268876f815d04cd64ad94bcc34960bda91b7eeb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20=C5=A0ebek?= <44544735+xsebek@users.noreply.github.com> Date: Fri, 16 Aug 2024 14:55:14 +0200 Subject: [PATCH] Move CHANGELOG to extra-doc-files (#2123) * part of #2109 --- swarm.cabal | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/swarm.cabal b/swarm.cabal index 5b4ad22d3..125578b97 100644 --- a/swarm.cabal +++ b/swarm.cabal @@ -38,8 +38,10 @@ bug-reports: https://github.com/swarm-game/swarm/issues copyright: Brent Yorgey 2021 category: Game tested-with: ghc ==9.2.8 || ==9.4.8 || ==9.6.5 || ==9.8.2 -extra-source-files: +extra-doc-files: CHANGELOG.md + +extra-source-files: editors/emacs/*.el editors/vim/*.lua editors/vim/*.vim