From 907f4801ca9fed2e0b3b12a746c4e0aae1f13def Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Wed, 31 May 2023 16:58:29 -0400
Subject: [PATCH] The need for this ... vanished?

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

diff --git a/cabal.project b/cabal.project
index 74d6d74..55be17a 100644
--- a/cabal.project
+++ b/cabal.project
@@ -10,4 +10,4 @@ package zlib
         -- fixes build failures when the underlying zlib is not in the
         -- traditional location but is discoverable with pkg-config.  It might
         -- break non-pkg-config platforms.
-        -- flags: +pkg-config
+        flags: +pkg-config
-- 
GitLab