From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id aHvVD8Bp52NG/gAAbAwnHQ (envelope-from ) for ; Sat, 11 Feb 2023 11:11:12 +0100 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id SAnbD8Bp52PiCwAA9RJhRA (envelope-from ) for ; Sat, 11 Feb 2023 11:11:12 +0100 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 1CF3D26FD5 for ; Sat, 11 Feb 2023 11:11:12 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pQmot-0004vm-7T; Sat, 11 Feb 2023 05:09:23 -0500 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 1pQmol-0004ow-1U for guix-patches@gnu.org; Sat, 11 Feb 2023 05:09:15 -0500 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 1pQmoc-00009n-Mc for guix-patches@gnu.org; Sat, 11 Feb 2023 05:09:11 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pQmoc-0004DA-IJ for guix-patches@gnu.org; Sat, 11 Feb 2023 05:09:06 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#61420] [PATCH 17/31] gnu: idris: Fix overly zealous regular expression. Resent-From: Lars-Dominik Braun Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 11 Feb 2023 10:09:06 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 61420 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 61420@debbugs.gnu.org Cc: Lars-Dominik Braun Received: via spool by 61420-submit@debbugs.gnu.org id=B61420.167611013616020 (code B ref 61420); Sat, 11 Feb 2023 10:09:06 +0000 Received: (at 61420) by debbugs.gnu.org; 11 Feb 2023 10:08:56 +0000 Received: from localhost ([127.0.0.1]:38878 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pQmoS-0004AE-Ft for submit@debbugs.gnu.org; Sat, 11 Feb 2023 05:08:56 -0500 Received: from mout-p-101.mailbox.org ([80.241.56.151]:59338) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pQmoJ-00046b-HF for 61420@debbugs.gnu.org; Sat, 11 Feb 2023 05:08:48 -0500 Received: from smtp102.mailbox.org (smtp102.mailbox.org [10.196.197.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-101.mailbox.org (Postfix) with ESMTPS id 4PDRBw0Kf7z9sZY; Sat, 11 Feb 2023 11:08:40 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6xq.net; s=MBO0001; t=1676110120; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=NSR6JZEN4+NDrMjI6DniAAvDB36euSN8XEEPbUE2p1I=; b=J4Y0m93y2rO2hhwb40NI5eBwnTlNAuXl3bz3gPUJZFugYi0ptOnbbUkGlgb+DkwKB81/Kx IHEX6Htyny+eC6oLWVP/1Te/PNwVci/RO0lE64Fs3mhSpovn0gDUr4k0FoN9CPbXrANehQ LYDDsszxhxR/j9j3NLgOtFMEj4g6+2xuHPg5Lw57GA/TFFveiNHCkgmVzsblH1/rcDeA4g C9aMQN3tKZ+kiG/qraEt5dZWsTPaX0PWI/uBVxvZmDvex+hg72W/evx2zRI3mguKxCx3rQ ILS5vI560TKZ6td+RwpTtnGqRttjmMw8ShHJkZ9nGzYa5M/H2hCyYffQqJHPWA== From: Lars-Dominik Braun Date: Sat, 11 Feb 2023 11:08:11 +0100 Message-Id: <20230211100825.47971-14-lars@6xq.net> In-Reply-To: <20230211100825.47971-1-lars@6xq.net> References: <20230211100825.47971-1-lars@6xq.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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=1676110272; a=rsa-sha256; cv=none; b=LBAcy1Odvz6GdK7hTuHMgKMp0qNJvTUFioN47oLeyQHrzz28P4ihomPB3X2JDNR19Sxw2p k9mAsNXyEkpYxPtiXnW98JEAMdurP7ulx99pdhRKonQzoet1yW2ojZJJ+QRlmgre13la5G v7CJHJhUCfGFdoZM+RCm5+/KK5gFT9AIR66+oJL4EMFNQYBeYS4Khi+qm9PmmPx7U22rZ2 8jU59wurUHcNoe4WyCNVFARW6VYSFWr0F+PhU62FfVV84vz9uJJH3AJJrufVWr1R3WV1/p +2be9RqMqhUHwIdRAcHS7HCGcodadhOhivR+T8zvF5ycWQqgcJfnd2SHfPrWrQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=6xq.net header.s=MBO0001 header.b=J4Y0m93y; 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=1676110272; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: 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=NSR6JZEN4+NDrMjI6DniAAvDB36euSN8XEEPbUE2p1I=; b=IWtzvaymr0bHm6wgmRqOt+W1SqHlMNQUO3P3ymF6Ks8Q8muntbCAJ5QTeehL8fG4KbwjyL VzMhY8Khp3cbEhVMsZS0EvZvf/ZzsmLprXMH3pebbGDWqthcUmDRWszA4P+iLCZYmWWXVg YfkREe/ham2drh+phtLoYj3pfP4/+VdX+tS1eXMFd5ZPB3ncwV2IW55W7+HOjnliJFpr84 FWFRvVHDq/1x9KZf5vaoRh5tpU6W7HYXoYLuOfDOInAgHOrQyJofOQTgyxprZhUuul+HRx kb9ZaojpX2H/C8aPhbO0RrnyIdbQsslkSOvSP+8gwNvcmOrvgwTqJ6tzNEGHwg== Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=6xq.net header.s=MBO0001 header.b=J4Y0m93y; 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-Migadu-Spam-Score: 7.30 X-Spam-Score: 7.30 X-Migadu-Queue-Id: 1CF3D26FD5 X-Migadu-Scanner: scn1.migadu.com X-TUID: 8o67MFJPMiRn * gnu/packages/idris.scm (idris)[arguments]: Limit characters matched after package name in cabal file substitutions. --- gnu/packages/idris.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/idris.scm b/gnu/packages/idris.scm index 5e4979edc3..2a5f63c174 100644 --- a/gnu/packages/idris.scm +++ b/gnu/packages/idris.scm @@ -99,7 +99,7 @@ (define-public idris (add-before 'configure 'update-constraints (lambda _ (substitute* "idris.cabal" - (("(aeson|ansi-terminal|bytestring|haskeline|libffi|megaparsec|network|optparse-applicative)\\s+[^,]+" all dep) + (("(aeson|ansi-terminal|bytestring|haskeline|libffi|megaparsec|network|optparse-applicative)\\s+[<>=0-9. &|]+" all dep) dep)))) (add-before 'configure 'set-cc-command (lambda _ -- 2.38.2