From e5c5d1987011efe88a21ab6ded45aaa33a16274f Mon Sep 17 00:00:00 2001
From: Ashley Yakeley <ashley@semantic.org>
Date: Sun, 10 Mar 2024 14:58:18 -0700
Subject: [PATCH] time.cabal: fix extra files

---
 time.cabal | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/time.cabal b/time.cabal
index 6b307e9..5f02408 100644
--- a/time.cabal
+++ b/time.cabal
@@ -19,7 +19,6 @@ tested-with:
 x-follows-version-policy:
 
 extra-source-files:
-    changelog.md
     aclocal.m4
     configure.ac
     configure
@@ -32,6 +31,8 @@ extra-tmp-files:
     config.status
     autom4te.cache
     lib/include/HsTimeConfig.h
+extra-doc-files:
+    changelog.md
 
 source-repository head
     type:     git
-- 
GitLab