From 855300bb7413b1714e2a14865ebc7458d3917b40 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Wed, 16 Aug 2023 15:25:55 -0400
Subject: [PATCH] hackage does not like -Werror

---
 gbs-downloader.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gbs-downloader.cabal b/gbs-downloader.cabal
index 65be722..4d495c3 100644
--- a/gbs-downloader.cabal
+++ b/gbs-downloader.cabal
@@ -62,7 +62,7 @@ extra-doc-files:
 -- extra-source-files:
 
 common warnings
-  ghc-options: -Wall -Werror
+  ghc-options: -Wall
 
 common language
   -- LANGUAGE extensions used by modules in all targets.
-- 
GitLab