From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id WAoVOAvRzWVYgQAA62LTzQ:P1 (envelope-from ) for ; Thu, 15 Feb 2024 09:53:32 +0100 Received: from aspmx1.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1.migadu.com with LMTPS id WAoVOAvRzWVYgQAA62LTzQ (envelope-from ) for ; Thu, 15 Feb 2024 09:53:31 +0100 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=laesvuori.fi header.s=mail header.b=iK87dril; 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" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1707987211; h=from:from:sender:sender:reply-to: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=0r8RyJjKrxui+H0+JyMhdTO+3enpAmiYVc1fIjLMzDY=; b=YHq7s2OvHsUCfw4thx1Oqj7NznXPgmByEnQBquUtKzt0zPZrY5tijsjltdti+3cE06VGVN V3mlGBq/xd4JG1StJLlobdmA6FnVArgHvUTw5Zh6QOyEqub/+PLa7UEOiLBVKNClItt2qI Z9aQt3WCgpTpnn0xLSHSegFSGPY1BZUQWkBDoSYwkSkPO78kO3sMjWihUu9vlC7ClFGt8I w6Z93I4DuU1U7ehVGLFcH37dKYOlpvl5suB6yUxF5oeB6+iOJcmr+JV8Gv5naUOrFMuTTW fBc4bT5w2AFBhCgDIdcyJV8frmC8ddwHL1Ynty+guh38S4mz8cnpYMCMkNmqVw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=laesvuori.fi header.s=mail header.b=iK87dril; 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" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1707987211; a=rsa-sha256; cv=none; b=EC2bmjX9mSSdLK2DbucycFcwUDE38mnqFI2Abp7z5NbWHKsjuljOOr1m5QBIxNV3ufnQxj 2JjHKnaJ+Q8Sc96U4YW8pzYGVsir9OPogP/u3PB+hzrsq6Sp7Gh7cktrawqmp961G6CR0G m5dhYTI5boHTR/omgD/6zsvbajVWe77fqbUT5mrNhqkPQytXlc+IbGJ6tIoZFTWeF9fFju TP+o1Y0IkUlBChCUHnIi7wsK8cUpH3pbCK4+mnI+vgSX7MbyUDmRkqmGscORvWrn9yYDq1 qjCbm9BGfCIoQBvDqbvTXKH5ZXs8rNE+zUJoSh73WMYBjirBqwKSLtFKmwXaFw== 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 CB7973BD5F for ; Thu, 15 Feb 2024 09:53:31 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1raXTD-0000SS-68; Thu, 15 Feb 2024 03:51:51 -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 1raXTA-0000Pg-MD for guix-patches@gnu.org; Thu, 15 Feb 2024 03:51:48 -0500 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1raXTA-00044Y-DM for guix-patches@gnu.org; Thu, 15 Feb 2024 03:51:48 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1raXTS-00019I-Tt; Thu, 15 Feb 2024 03:52:06 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#67921] [PATCH v2 13/23] gnu: Add ghc-nats-bootstrap-for-9.6 Resent-From: Saku Laesvuori Original-Sender: "Debbugs-submit" Resent-CC: lars@6xq.net, guix-patches@gnu.org Resent-Date: Thu, 15 Feb 2024 08:52:06 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 67921 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 67921@debbugs.gnu.org Cc: Saku Laesvuori , Lars-Dominik Braun X-Debbugs-Original-To: guix-patches@gnu.org, 67921@debbugs.gnu.org X-Debbugs-Original-Xcc: Lars-Dominik Braun Received: via spool by 67921-submit@debbugs.gnu.org id=B67921.17079870804194 (code B ref 67921); Thu, 15 Feb 2024 08:52:06 +0000 Received: (at 67921) by debbugs.gnu.org; 15 Feb 2024 08:51:20 +0000 Received: from localhost ([127.0.0.1]:54026 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1raXSi-00015T-1j for submit@debbugs.gnu.org; Thu, 15 Feb 2024 03:51:20 -0500 Received: from vmi571514.contaboserver.net ([75.119.130.101]:55054 helo=mail.laesvuori.fi) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1raXSV-000121-Ek for 67921@debbugs.gnu.org; Thu, 15 Feb 2024 03:51:08 -0500 Received: from X-kone.org.aalto.fi (unknown [130.233.144.187]) by mail.laesvuori.fi (Postfix) with ESMTPSA id 847F8343679; Thu, 15 Feb 2024 09:51:26 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=laesvuori.fi; s=mail; t=1707987086; bh=XhHtLxeTDs2pU1P8D/tgN5w9M9cQIMJXqDTut+oSSHQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=iK87dril5b8fbcli8xI2PVz6vKrabYpPnguEWq2ge87QY8xVmTI2UI57VSwQN7BUz CFh5Y7U55PdC2VQobTe665dqc/aI4U2nmyb1liaJeYHGiXZtpHa6PU1VWXAo6LVuKz f2zw1XqLPe+RwctAlfD0OD/TQVBJ0KNPCrJh+bio= Date: Thu, 15 Feb 2024 10:49:54 +0200 Message-ID: X-Mailer: git-send-email 2.41.0 In-Reply-To: References: 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: , Reply-to: Saku Laesvuori X-ACL-Warn: , Saku Laesvuori via Guix-patches From: Saku Laesvuori via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: -6.47 X-Spam-Score: -6.47 X-Migadu-Queue-Id: CB7973BD5F X-Migadu-Scanner: mx13.migadu.com X-TUID: brzPhRHROsA7 * gnu/packages/haskell.scm (ghc-nats-bootstrap-for-9.6): New variable. Change-Id: I57351e88ba0bc52e7fd5fefc5c3006f63925fd86 --- gnu/packages/haskell.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 88c7278168..604b38cce6 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -1655,6 +1655,28 @@ (define ghc-random-bootstrap-for-9.6 library, including the ability to split random number generators.") (license license:bsd-3))) +(define ghc-nats-bootstrap-for-9.6 + (package + (name "ghc-nats-bootstrap") + (version "1.1.2") + (source + (origin + (method url-fetch) + (uri (hackage-uri "nats" version)) + (sha256 + (base32 + "1v40drmhixck3pz3mdfghamh73l4rp71mzcviipv1y8jhrfxilmr")))) + (build-system haskell-build-system) + (properties '((upstream-name . "nats"))) + (arguments `(#:haddock? #f + #:haskell ,ghc-bootstrap-for-9.6)) + (inputs + (list ghc-hashable-bootstrap-for-9.6)) + (home-page "https://hackage.haskell.org/package/nats") + (synopsis "Natural numbers") + (description "This library provides the natural numbers for Haskell.") + (license license:bsd-3))) + (define ghc-js-dgtable-bootstrap-for-9.6 (package (name "ghc-js-dgtable-bootstrap") -- 2.41.0 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2.migadu.com ([2001:41d0:403:58f0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id cKwjOMwCzmW5AwEAe85BDQ:P1 (envelope-from ) for ; Thu, 15 Feb 2024 13:25:49 +0100 Received: from aspmx1.migadu.com ([2001:41d0:403:58f0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2.migadu.com with LMTPS id cKwjOMwCzmW5AwEAe85BDQ (envelope-from ) for ; Thu, 15 Feb 2024 13:25:48 +0100 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=laesvuori.fi header.s=mail header.b=iK87dril; 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"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1707999948; h=from:from:sender:sender:reply-to: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=0r8RyJjKrxui+H0+JyMhdTO+3enpAmiYVc1fIjLMzDY=; b=FrAF2SaljbEPhz416Op6QzKkg4wUur2SDEer6Ogv990Lenj7tNiqLg9w0zYD195JkUCcBm gvvwgMLPhpHkLqqXwnLggX9ON0hnYOZBzUCida+e2AHkow2Oxs6BouhzJ7bgGMVv34z5FZ /Ikr7h147yeQeG/TkLn8VtkCTi3SlAXK2093MgzaXmIbcmXt6iT3ms+AhaSMzFXPW/4VuW +vpxDzWzvx18Y8ynflsYe6fipH/5tHCnH8k0KpLgSixGS9AN+SW7qMitr+U45s1IXu/m52 7KDGuGdSwcmJ4iIpg/A8nb7ZNxW7trV2hPFe/fAiVMFp8GiAYAatDIUG7i9n8g== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=laesvuori.fi header.s=mail header.b=iK87dril; 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"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1707999948; a=rsa-sha256; cv=none; b=OHLIPhJ9Vj6naZBn65uoHKaTi/oUZy0hf3V7RAMnKDLObmHu9DR8vJRjMdi9idGNhWGaw6 qdFbvXTREETLYuBoST8Gw+hyTB6qBYmTpqU84OOj/6yPbgQN04fTYr3gHzPeWQwJzxe0tI 3+O7fkkp5Pk2jDlrmGp3nTpQbRSZlk8jQ5GRUpUeIAWHQBYeAY0Calb/D7XT1pdBVSXaUJ T/2Tk+z+C3a1INT4jdkVyKBDZqAOSstc2Eh/pNMNniktAUG9nHqKfRRpp67VGhktBUz9Ie pHT1vvqrv0f7xrfLro2tHsEK1Hs99lxOPBxhozLPI2QcGKsHNuV/ANt0li5fDw== 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 D041C6B247 for ; Thu, 15 Feb 2024 13:25:48 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1raamK-0001yu-9t; Thu, 15 Feb 2024 07:23:48 -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 1raamI-0001xk-AN for guix-patches@gnu.org; Thu, 15 Feb 2024 07:23:46 -0500 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1raamG-00065N-Kt for guix-patches@gnu.org; Thu, 15 Feb 2024 07:23:45 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1raamZ-0001bb-6E; Thu, 15 Feb 2024 07:24:03 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#69147] [PATCH v2 13/23] gnu: Add ghc-nats-bootstrap-for-9.6 Resent-From: Saku Laesvuori Original-Sender: "Debbugs-submit" Resent-CC: lars@6xq.net, guix-patches@gnu.org Resent-Date: Thu, 15 Feb 2024 12:24:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 69147 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 69147@debbugs.gnu.org, 67921@debbugs.gnu.org Cc: Saku Laesvuori , Lars-Dominik Braun X-Debbugs-Original-To: guix-patches@gnu.org, 67921@debbugs.gnu.org X-Debbugs-Original-Xcc: Lars-Dominik Braun Received: via spool by submit@debbugs.gnu.org id=B.17079998045900 (code B ref -1); Thu, 15 Feb 2024 12:24:02 +0000 Received: (at submit) by debbugs.gnu.org; 15 Feb 2024 12:23:24 +0000 Received: from localhost ([127.0.0.1]:54418 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1raalw-0001X0-Bq for submit@debbugs.gnu.org; Thu, 15 Feb 2024 07:23:24 -0500 Received: from lists.gnu.org ([209.51.188.17]:42358) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1raaO0-0006TL-27 for submit@debbugs.gnu.org; Thu, 15 Feb 2024 06:58:40 -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 1raXSP-0000Ep-Kq for guix-patches@gnu.org; Thu, 15 Feb 2024 03:51:01 -0500 Received: from vmi571514.contaboserver.net ([75.119.130.101] helo=mail.laesvuori.fi) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1raXSN-0003nq-QC for guix-patches@gnu.org; Thu, 15 Feb 2024 03:51:01 -0500 Received: from X-kone.org.aalto.fi (unknown [130.233.144.187]) by mail.laesvuori.fi (Postfix) with ESMTPSA id 847F8343679; Thu, 15 Feb 2024 09:51:26 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=laesvuori.fi; s=mail; t=1707987086; bh=XhHtLxeTDs2pU1P8D/tgN5w9M9cQIMJXqDTut+oSSHQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=iK87dril5b8fbcli8xI2PVz6vKrabYpPnguEWq2ge87QY8xVmTI2UI57VSwQN7BUz CFh5Y7U55PdC2VQobTe665dqc/aI4U2nmyb1liaJeYHGiXZtpHa6PU1VWXAo6LVuKz f2zw1XqLPe+RwctAlfD0OD/TQVBJ0KNPCrJh+bio= Date: Thu, 15 Feb 2024 10:49:54 +0200 Message-ID: X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=75.119.130.101; envelope-from=saku@laesvuori.fi; helo=mail.laesvuori.fi X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action 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: , Reply-to: Saku Laesvuori X-ACL-Warn: , Saku Laesvuori via Guix-patches From: Saku Laesvuori via Guix-patches via 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 X-Migadu-Spam-Score: -6.68 X-Spam-Score: -6.68 X-Migadu-Queue-Id: D041C6B247 X-Migadu-Scanner: mx11.migadu.com X-TUID: E+6PX7H1P55G Message-ID: <20240215084954.aaj_4OCIMzo0733-J8lwCY_1LL1SiOH6-tb3aofjOKM@z> * gnu/packages/haskell.scm (ghc-nats-bootstrap-for-9.6): New variable. Change-Id: I57351e88ba0bc52e7fd5fefc5c3006f63925fd86 --- gnu/packages/haskell.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 88c7278168..604b38cce6 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -1655,6 +1655,28 @@ (define ghc-random-bootstrap-for-9.6 library, including the ability to split random number generators.") (license license:bsd-3))) +(define ghc-nats-bootstrap-for-9.6 + (package + (name "ghc-nats-bootstrap") + (version "1.1.2") + (source + (origin + (method url-fetch) + (uri (hackage-uri "nats" version)) + (sha256 + (base32 + "1v40drmhixck3pz3mdfghamh73l4rp71mzcviipv1y8jhrfxilmr")))) + (build-system haskell-build-system) + (properties '((upstream-name . "nats"))) + (arguments `(#:haddock? #f + #:haskell ,ghc-bootstrap-for-9.6)) + (inputs + (list ghc-hashable-bootstrap-for-9.6)) + (home-page "https://hackage.haskell.org/package/nats") + (synopsis "Natural numbers") + (description "This library provides the natural numbers for Haskell.") + (license license:bsd-3))) + (define ghc-js-dgtable-bootstrap-for-9.6 (package (name "ghc-js-dgtable-bootstrap") -- 2.41.0