From 12752f0cfd8072cd6235f011bb22a5d3d6bc7dc6 Mon Sep 17 00:00:00 2001
From: Ben Gamari <ben@well-typed.com>
Date: Fri, 7 Feb 2025 10:11:53 -0500
Subject: [PATCH] hadrian: Disable x-data-list-nonempty-unzip warning

---
 hadrian/src/Rules/Dependencies.hs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hadrian/src/Rules/Dependencies.hs b/hadrian/src/Rules/Dependencies.hs
index ad16da31c95..ab79ea112e5 100644
--- a/hadrian/src/Rules/Dependencies.hs
+++ b/hadrian/src/Rules/Dependencies.hs
@@ -1,4 +1,5 @@
 {-# OPTIONS_GHC -Wno-deprecations #-}
+{-# OPTIONS_GHC -Wno-x-data-list-nonempty-unzip #-}
 
 module Rules.Dependencies (buildPackageDependencies) where
 
-- 
GitLab