From d127974d96e4c1a7f741938e50dc052b7115e3ce Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 28 Oct 2024 19:11:27 +0800 Subject: [PATCH] disable pontarius-xmpp since it now fails to build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit cc @l29ah Probably related to some recent library bump. Building library for pontarius-xmpp-0.5.7.0.. [10 of 32] Compiling Network.Xmpp.Lens /home/curators/work/unpack-dir/unpacked/pontarius-xmpp-0.5.7.0-c350beab14dfe125b8ab22155145a9640b1cb00510c645f2c365d061d50a08 16/source/Network/Xmpp/Lens.hs:518:36: error: [GHC-76037] Not in scope: data constructor ‘ClientParams’ | 518 | clientServerIdentificationL inj cp@ClientParams{clientServerIdentification = x} | ^^^^^^^^^^^^ : /home/curators/work/unpack-dir/unpacked/pontarius-xmpp-0.5.7.0-c350beab14dfe125b8ab22155145a9640b1cb00510c645f2c365d061d50a08 16/source/Network/Xmpp/Lens.hs:531:25: error: [GHC-76037] Not in scope: data constructor ‘Supported’ | 531 | supportedCiphersL inj s@Supported{supportedCiphers = x} | ^^^^^^^^^ --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a50debda..c86dbd79 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2751,7 +2751,7 @@ packages: - monad-peel - NineP - Network-NineP - - pontarius-xmpp + - pontarius-xmpp < 0 # fails to build - stringprep - ranges