From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id iN3jGvykQWHhBgAAgWs5BA (envelope-from ) for ; Wed, 15 Sep 2021 09:47:08 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id oJCfFvykQWE8agAAbx9fmQ (envelope-from ) for ; Wed, 15 Sep 2021 07:47:08 +0000 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 BC9EB27D30 for ; Wed, 15 Sep 2021 09:47:07 +0200 (CEST) Received: from localhost ([::1]:57254 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mQPdK-0004M3-Nu for larch@yhetil.org; Wed, 15 Sep 2021 03:47:06 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59170) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mQPdG-0004Ky-Pe for guix-patches@gnu.org; Wed, 15 Sep 2021 03:47:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:39215) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mQPdG-00064a-HQ for guix-patches@gnu.org; Wed, 15 Sep 2021 03:47:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mQPdG-0007sH-GH for guix-patches@gnu.org; Wed, 15 Sep 2021 03:47:02 -0400 Subject: bug#49606: [PATCH wip-haskell v2] gnu: Add ghc-8.10. Resent-From: Lars-Dominik Braun Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Wed, 15 Sep 2021 07:47:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 49606 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Xinglu Chen Cc: 49606-done@debbugs.gnu.org, Ricardo Wurmus , Sarah Morgensen , John Kehayias Mail-Followup-To: 49606@debbugs.gnu.org, lars@6xq.net, public@yoctocell.xyz Received: via spool by 49606-done@debbugs.gnu.org id=D49606.163169197430192 (code D ref 49606); Wed, 15 Sep 2021 07:47:02 +0000 Received: (at 49606-done) by debbugs.gnu.org; 15 Sep 2021 07:46:14 +0000 Received: from localhost ([127.0.0.1]:50753 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mQPcT-0007qu-OM for submit@debbugs.gnu.org; Wed, 15 Sep 2021 03:46:13 -0400 Received: from mout-p-101.mailbox.org ([80.241.56.151]:64098) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mQPcS-0007qi-KR for 49606-done@debbugs.gnu.org; Wed, 15 Sep 2021 03:46:13 -0400 Received: from smtp2.mailbox.org (smtp2.mailbox.org [IPv6:2001:67c:2050:105:465:1:2:0]) (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-101.mailbox.org (Postfix) with ESMTPS id 4H8XMg1R4jzQkBj; Wed, 15 Sep 2021 09:46:07 +0200 (CEST) X-Virus-Scanned: amavisd-new at heinlein-support.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6xq.net; s=MBO0001; t=1631691965; 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: in-reply-to:in-reply-to:references:references; bh=ee7Kl3WG+Fr2m0qDb+24+dG7M3fwc736fBPFWBhGYqY=; b=KUWaDz1/wyIRCfiKXz7kt0bT+jQC1aINmoD8pPJDQOQd4df8xvQx185dtBlBd+htXld7F0 /Oi82rDKJcKz1OpmsM50clmxFpK6gA4nc9KW4dURVE/44QSzJC06EdEUC4A8zgp8Q58b0K R0ABey3l98YUYPCdf0J+YFQzw5vlxynPU8dG/fPRdDK9KkzOpCuDPnNWOGGyl9MOIEcUTf sJFk6xLiben9uldHyf9qMj60/mgxupaerHq8n545+SG5LtvvKil7YVSGF9eYRaMWIUffn/ X48v2P9cq36X0veGpvktw6h4ynrs1McUdMHI3zDLO0SYrCB7b4xHs1Gern2cfw== Date: Wed, 15 Sep 2021 09:46:02 +0200 From: Lars-Dominik Braun Message-ID: References: <039023c844a5fa57c050bab868677dabd08b1bb0.1626535972.git.public@yoctocell.xyz> <50732186fb1a7b17d2d44d172957ba145607debf.1627682631.git.public@yoctocell.xyz> <875ywbhspt.fsf@yoctocell.xyz> <8735q8v4qp.fsf@yoctocell.xyz> <87pmtbtc7r.fsf@yoctocell.xyz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87pmtbtc7r.fsf@yoctocell.xyz> X-Rspamd-Queue-Id: 3B66D182F 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" X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1631692027; 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: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=ee7Kl3WG+Fr2m0qDb+24+dG7M3fwc736fBPFWBhGYqY=; b=Lg5v8e/eTvCcbGvRPpdVTfUr5iKYUvLRRKbxrDk6UaMwS+CmNkB5W4iNh/qVt8cPsoIWFA waDAh+maby5oxRNJWWMKovQOqfdgBkBNMGdu2j7DfD/CpQN9wUf/dPT+EJ6lHJCZYIK359 GNn9AfdaxzRM48E3cSvuFSRSXesltJ1YcbQaA/16OnPTKGT3I7S4g4LECafQF2qg161UWk ATrmazNzbX89a2HkNulEAff9b9tCrb45T5b90NRAuC8JMxPvI1hhR5Mrf980b4NejqNxo8 ctefWpDEgfRwtSzb9WMqu1vnxZjarCusr4NYg+H0c0qbn7VcR/Mm0LA5Hzfcaw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1631692027; a=rsa-sha256; cv=none; b=ZQ2e/vhVEG1SqLH0+GNnoVZxTtDg//cavx7LLUc+wMLI18KVabJZWgiGdlHwkOH50VNBuM 5qMr9yIkEnbBj70ThxrKFpdAJZ0L0FcBqRoj/Ii+GMYhHG/x/7Hew5QMI2P6wEQQtEul9V orxD8/Rvn1fkuajoPFr8Z/kyixvm1drpj+Swihm5HZvpK07EFYzd2UtOW88+8OkkOD//T2 MMaJPKOTYBmETrdyTrvg+mn4rupssNsQnbfT2YyJe4ri9nV/6+pz1aaIjX4FzQXHbn/0pK vWGNJq/ZWPdNYTO1xdu5CzUARwl1QBqEseci140ot/0/xFQItYgNh4XuDotCkw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=6xq.net header.s=MBO0001 header.b="KUWaDz1/"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=6xq.net (policy=none); spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Spam-Score: -1.30 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=6xq.net header.s=MBO0001 header.b="KUWaDz1/"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=6xq.net (policy=none); spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: BC9EB27D30 X-Spam-Score: -1.30 X-Migadu-Scanner: scn0.migadu.com X-TUID: akCwNK4P0LDZ Hi, merged to master as 69f7a8f476da4cca5d146e3b232a9919693eb2eb. Thank you very much, Lars