From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id CMWUNJrlSWP3dgEAbAwnHQ (envelope-from ) for ; Sat, 15 Oct 2022 00:41:30 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id 4KCvM5rlSWMIAQEAG6o9tA (envelope-from ) for ; Sat, 15 Oct 2022 00:41:30 +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 A46B42E330 for ; Sat, 15 Oct 2022 00:41:30 +0200 (CEST) Received: from localhost ([::1]:33740 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ojTMu-0000Zd-Fh for larch@yhetil.org; Fri, 14 Oct 2022 18:41:28 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:54984) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ojTMU-0000ZG-T5 for guix-patches@gnu.org; Fri, 14 Oct 2022 18:41:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:39851) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ojTMU-0000H6-Kz for guix-patches@gnu.org; Fri, 14 Oct 2022 18:41:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ojTMU-0004Zx-3U for guix-patches@gnu.org; Fri, 14 Oct 2022 18:41:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#58160] [PATCH] gnu: ghc-lucid: fix: cabal-revision Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 14 Oct 2022 22:41:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 58160 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Pierre-Henry =?UTF-8?Q?Fr=C3=B6hring?= Cc: 58160@debbugs.gnu.org, Lars-Dominik Braun Received: via spool by 58160-submit@debbugs.gnu.org id=B58160.166578726017584 (code B ref 58160); Fri, 14 Oct 2022 22:41:02 +0000 Received: (at 58160) by debbugs.gnu.org; 14 Oct 2022 22:41:00 +0000 Received: from localhost ([127.0.0.1]:38929 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ojTMR-0004ZY-Qs for submit@debbugs.gnu.org; Fri, 14 Oct 2022 18:41:00 -0400 Received: from eggs.gnu.org ([209.51.188.92]:46088) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ojTMQ-0004ZB-T5 for 58160@debbugs.gnu.org; Fri, 14 Oct 2022 18:40:59 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:54978) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ojTML-0000Gg-5l; Fri, 14 Oct 2022 18:40:53 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=f/9Vie6rSeeutoM8wMASzWvZwcYeSx6Itr0v1hUse0c=; b=a89gdlGIG1nLGX5g+1ui v98Tskm9wJyNbW4/J/XMSL88mH33lOuFR2VSkizgIOlVrGrK00eHcacoBvoRSi6ljN1fALH893cp2 Q7qTt9SgA2dfPDqHlb3H7NWNl9Lw5lO064gl/3Fst+diiqhJP4bNa1qqREfDWpYcdK99FK6xMox6+ TDUH4cQhlhd5AziyqsIBziO1Fa2/UDqx8L5u3cAcmTvZZw1Q6jszfngH1TyZ7mHcH72Zt+AO0Sbcf R9QkaJR6Z69iyhcVoNba64wrSEBY977TQCs42FJHh+DOcd/Da3rNhEd9e7cYyLtlRMLZ9QLLWDi3z sRSEzF6N985j/g==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:59438 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ojTMK-000256-Or; Fri, 14 Oct 2022 18:40:52 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20220929131715.234490-1-contact@phfrohring.com> Date: Sat, 15 Oct 2022 00:40:51 +0200 In-Reply-To: <20220929131715.234490-1-contact@phfrohring.com> ("Pierre-Henry =?UTF-8?Q?Fr=C3=B6hring?="'s message of "Thu, 29 Sep 2022 15:17:15 +0200") Message-ID: <87y1tihvv0.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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 X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1665787290; 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-cc: 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=f/9Vie6rSeeutoM8wMASzWvZwcYeSx6Itr0v1hUse0c=; b=JxEFkliKElMjQljH6e76nR9tRLXR5sUyGI7cpTEKxcVmoSTbaNZFYHtlW2ShUYJuIov4qI 595mBrAUqdJ5OmNA7dXOcO+PEt5nfWvbFZhV9k4YOv4xlTNqEMPd8N0ZD/nikU39F5s/JF b2B+JMYDK/Gc3ZOo9Ft28pufC/2RYKb5SFIKFZUk6lFWWuOUEw0NW5cIuCoFaZDP5HWUWR JrASL7PWKrz8lZ4KwN9Q7GkY9xKv+hjlhshVvNhCYwE1HklHCMXIeCppL6ogGN4754VoJQ o0ZbdhGDZ+m41xtYGDsqdV03/8Nh+WdMrn3TJEoVe6RCo3hYZVeDifaE9JCl/w== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1665787290; a=rsa-sha256; cv=none; b=nlWCQDBYta8/9czku+wIbe/YxPz+PAhU8V9FI8d/vyVudXgkftADZ65yMcf8Zh1EQpAoTf 4Os5Nk9474UvXKCqCLrY1f1e9jHGexGjBE6Y15MTOx7Kkmt4q/bd+kiSWN/0OqDN9DqYmR 8mjokwpkTAU9sl6+OJTrpOnjJqxeO/Ez9JAAp9u/GLUSCdunJ4Ru8BjXpGueZVstLcw1Z4 fOtGYk4Q29BeK2ARSxy9n7s/o9ZZcLltgZcM03hsljtdNSt34BzEnxYgggE66i7/AEJqQG nLspd2BoZKgbAp6ktrO94ydGV5CYJtiaKI8DT4whDtXSHLZjNdVQVhGeV6ruxw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=a89gdlGI; dmarc=pass (policy=none) header.from=gnu.org; 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-Migadu-Spam-Score: -2.29 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=a89gdlGI; dmarc=pass (policy=none) header.from=gnu.org; 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-Migadu-Queue-Id: A46B42E330 X-Spam-Score: -2.29 X-Migadu-Scanner: scn1.migadu.com X-TUID: MuBbEUksDs2z Hi, Pierre-Henry Fr=C3=B6hring skribis: > The `cabal-revision' changed from: > > 1f0whk5ncanxfjjanrf6rqyncig2xgc5mh2j0sqy3nrlyjr9aqq9 > > to: > > 1xllyf26ypk37k807g5v6fl1449mhpvk18dljmqgwj723n0v8rpj > > This patch fixes it. Lars, could you take a look? I=E2=80=99m discovering #:cabal-revision and it=E2=80=99s not clear to me w= hat this hash is and what it is used for. Thanks, Ludo=E2=80=99.