From c04d38dbd37577fca6e5f34da1d35b02d0e6bb7c Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Wed, 16 Aug 2023 14:56:08 -0400
Subject: [PATCH] include readme in the dist

---
 gbs-downloader.cabal | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gbs-downloader.cabal b/gbs-downloader.cabal
index 31d0033..4c31e74 100644
--- a/gbs-downloader.cabal
+++ b/gbs-downloader.cabal
@@ -52,7 +52,9 @@ category:        Network
 build-type:      Simple
 
 -- Extra doc files to be distributed with the package, such as a CHANGELOG or a README.
-extra-doc-files: CHANGELOG.md
+extra-doc-files:
+  CHANGELOG.md
+  README.md
 
 -- Extra source files to be distributed with the package, such as examples, or a tutorial module.
 -- extra-source-files:
-- 
GitLab