From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id eC/lEzZJX2TiygAASxT56A (envelope-from ) for ; Sat, 13 May 2023 10:24:22 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id 0Or6EjZJX2TlKQAAG6o9tA (envelope-from ) for ; Sat, 13 May 2023 10:24:22 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 20BF431A3F for ; Sat, 13 May 2023 10:24:22 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pxkXs-0005K0-5i; Sat, 13 May 2023 04:24:04 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pxkXq-0005Ji-TV for guix-patches@gnu.org; Sat, 13 May 2023 04:24:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pxkXq-00080P-LD for guix-patches@gnu.org; Sat, 13 May 2023 04:24:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pxkXq-0004P5-G9 for guix-patches@gnu.org; Sat, 13 May 2023 04:24:02 -0400 Subject: bug#63421: [PATCH v1] gnu: ghc-tasty: Fix build for i686 Resent-From: Lars-Dominik Braun Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Sat, 13 May 2023 08:24:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 63421 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Denis 'GNUtoo' Carikli Cc: 63421-done@debbugs.gnu.org Mail-Followup-To: 63421@debbugs.gnu.org, lars@6xq.net, GNUtoo@cyberdimension.org Received: via spool by 63421-done@debbugs.gnu.org id=D63421.168396623116905 (code D ref 63421); Sat, 13 May 2023 08:24:02 +0000 Received: (at 63421-done) by debbugs.gnu.org; 13 May 2023 08:23:51 +0000 Received: from localhost ([127.0.0.1]:35728 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pxkXf-0004Oa-2r for submit@debbugs.gnu.org; Sat, 13 May 2023 04:23:51 -0400 Received: from mout-p-202.mailbox.org ([80.241.56.172]:34450) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pxkXc-0004OL-BZ for 63421-done@debbugs.gnu.org; Sat, 13 May 2023 04:23:49 -0400 Received: from smtp102.mailbox.org (smtp102.mailbox.org [IPv6:2001:67c:2050:b231:465::102]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4QJJYm3CHCz9swb; Sat, 13 May 2023 10:23:40 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6xq.net; s=MBO0001; t=1683966220; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=XCMfZBKeZx2/dCqD6Gv8QXa9gk2B9rzoETRdQwGBebI=; b=1aegjRtSJIDxvyLZUQNhf18Rh4bIFr3Z0E/AI+uErkCREt1PMC6oWLy16toXWzoL9me2se ukEWdsOs+qeKcn97PSe9Grni+1yMNuKYPR3U4xR3Ap6dM/efu4P5+ABBdkB4L+2PF3gWfq hOYiQ0NQVobWZBg8BqhRkWrQqJbcLgIQbCy4UhLyjpctaV6U2yT/9OoUZm0n8WPOA/RGV9 ZNgVvuY6dP+skpr4rPM0lNLXxYilv0lr1nbFimDQPfrV3HfKV1SR7M0rVOPnilehrCg4D3 iBn44RVVXc3lwtMpi+8+yxkaVuwzM/9lvbWf55Kp8aiFhz8XJwAUkWe4sfzTpw== Date: Sat, 13 May 2023 10:23:38 +0200 From: Lars-Dominik Braun Message-ID: References: <20230510171829.6497-1-GNUtoo@cyberdimension.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230510171829.6497-1-GNUtoo@cyberdimension.org> X-Rspamd-Queue-Id: 4QJJYm3CHCz9swb X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN ARC-Seal: i=1; s=key1; d=yhetil.org; t=1683966262; a=rsa-sha256; cv=none; b=HjUJA9y+6RpUhD5mduvoJ6KAxMDQ5LcNec7jW2Z7Jh+pMltjz7vdJ2/QvaNa+YmXOgyC2Z /wgkb6XNJPmNS8EmwseuD52EApZ5w6Kyu1tCRHTAJTa4keWfvgLgWEyLMlABPw1u33bzTL HcRy2+3cBJEXxkD9eASxCokVQu9yPbxpHTMLqXSqCC9+05mYZ5KnuXPDb4PCjmtPMi8yjq udto7GBkwjXFVCVC5UTI38sWvF/XctwfSdlvu7laDOqyN49PDYukrXXQunm5bn+1wQS+na XBooAZB7yjOdic3Y1X+tVx3DVxeuFUr2KQIMKuhLNTHsb/v04k177xEurMzv1A== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=6xq.net header.s=MBO0001 header.b=1aegjRtS; dmarc=fail reason="SPF not aligned (relaxed)" header.from=6xq.net (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1683966262; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=XCMfZBKeZx2/dCqD6Gv8QXa9gk2B9rzoETRdQwGBebI=; b=Hf61P1qohJyb1sje9K+PzYBpdaKmpgNHrv3glPIKejRmKvbXc6kxtQ7xyaW1NG+cd8mJ0u 7LnKBrbNws815iOza4LC0nXHRMeJuBP2F1i1GrIN0MrwvEHP2FJpDcSW23DGJq5h5bAV32 hsMMsD7PQcUJr1YeF905AliRfwg9aNwOvH/jGM327lp4LkDqd0PJeEqmBx1d3H0ZRhBDLJ Dxp85bR/CWP6EM90cskxcJI/on+2wxQTaprZ9JPoII+T1lSIuFYlJasx9SHDO8tgDXlhR/ BqMEPqLtDpOdrkRbb9u+A65F1lrIn4ni2F2iHzvya116j4i2/oZNQRoTy+Yyaw== X-Migadu-Spam-Score: -2.68 X-Spam-Score: -2.68 X-Migadu-Queue-Id: 20BF431A3F X-Migadu-Scanner: scn0.migadu.com Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=6xq.net header.s=MBO0001 header.b=1aegjRtS; dmarc=fail reason="SPF not aligned (relaxed)" header.from=6xq.net (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-TUID: YIa5MUPU624z Hi, > - (inputs (list ghc-tagged ghc-optparse-applicative ghc-ansi-terminal)) > + (inputs (list ghc-unbounded-delays ghc-tagged ghc-optparse-applicative > + ghc-ansi-terminal)) that’s a pretty big rebuild (~1500 packages). I’ve added this conditionally in commit cf89a215cec346bc4d6622cbe353c058452b29b2. Cheers, Lars