From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id MHWyDAgCzmVmSwEA62LTzQ:P1 (envelope-from ) for ; Thu, 15 Feb 2024 13:22:32 +0100 Received: from aspmx1.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1.migadu.com with LMTPS id MHWyDAgCzmVmSwEA62LTzQ (envelope-from ) for ; Thu, 15 Feb 2024 13:22:32 +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=FUIEtcID; 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=1707999752; 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=bNbiCegNhg4D1zH/AIlO3Z65O5rES7uMkcbX3hqvoRE=; b=NyWfIC4gnWHBQaMaksucyRchdSdv7BzIkyCd4r/I/Y4LXWDzeJYa+ckDzbuJ0Phiz9l/K7 vxUGaKB3uGTYleWClqUPZ+6xMryIj+FT+4bh/U1Gvg0tO9bJxnN53Cjmh9xaZGXKqslFqu Vdx9vGtepttmQKAdAtqVthq4WkCF2yW1unVIxbCWYoqlxqziX+f6kapdAzDv2MGMvIkfGV uKCeOHUvOaTRGAbptDBVmsSVkboddNfOQ0wjQ/v4yV+hPJGJZLfIq2KQa7uhQEYDxJZWeN fefDrFZ9Nyx4H5jK6ax3isRZN1r5w1KZyFgoYi8J5EZcxlLqr2QYSkt6h7pTvA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=laesvuori.fi header.s=mail header.b=FUIEtcID; 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=1707999752; a=rsa-sha256; cv=none; b=X5dFbWbkXDBCkVqbZHHFPX6e+20Cvml6foTZFl1SHqJhQxmAIsGSjSLq2Y0F/gTt0IQE0E 9nuwHj9XYaMFd01mqx0o9dbPGeTGId7/ZU4sHRN81x7NpkKJvsju+usK7oG/CdDLKbzfQu kFp9rkXBzof1NVw+8qRWrkX8VB0/WdHvW28zD3+F39F7PwpDJ3Bx32LfKriltc8JE2f3xA /Y7aRthy5ggNBj3Zi9y827FC35xP+R+5x+31JfJ1boj0i4IQTyUHGh+e5zofpTsfihOYSY M7j/nekHcLNLwZo4S4PEzZ3u6dEavSzI+pXu2/IMD1sIp6rBbJPMk5aW7T8IGQ== 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 E615560891 for ; Thu, 15 Feb 2024 13:22:31 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1raakN-0001Yp-W9; Thu, 15 Feb 2024 07:21: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 1raakM-0001Xw-CK for guix-patches@gnu.org; Thu, 15 Feb 2024 07:21: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 1raakM-0005jc-4P for guix-patches@gnu.org; Thu, 15 Feb 2024 07:21:46 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1raake-0001S7-ML; Thu, 15 Feb 2024 07:22:04 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#69145] [PATCH v2 14/23] gnu: Add ghc-tagged-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:22:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 69145 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 69145@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.17079996775444 (code B ref -1); Thu, 15 Feb 2024 12:22:04 +0000 Received: (at submit) by debbugs.gnu.org; 15 Feb 2024 12:21:17 +0000 Received: from localhost ([127.0.0.1]:54387 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1raajt-0001Pe-4m for submit@debbugs.gnu.org; Thu, 15 Feb 2024 07:21:17 -0500 Received: from lists.gnu.org ([209.51.188.17]:42358) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1raaO1-0006TL-5n for submit@debbugs.gnu.org; Thu, 15 Feb 2024 06:58:41 -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 1raXSQ-0000Ew-4H for guix-patches@gnu.org; Thu, 15 Feb 2024 03:51:02 -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 1raXSO-0003o9-CV 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 1FDCA34367A; Thu, 15 Feb 2024 09:51:27 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=laesvuori.fi; s=mail; t=1707987087; bh=TIzE/umQZ3tTe+TPoQSsK1PUm9Qiq8iq81L+2V4K3Ms=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=FUIEtcIDmivppjnVqRgF6o5nQ/TcFwDHHmhDCqBvc05xu0CWMsKj3h9kT2siUIUXj cS3oH7mOkznQWpWp6CHiLZU/5xBayA41cI3kjLaqJdXiIkwiSYj/wX773+8+uwGYdu iVkVxhduxTpd0RLLH8C9XYJo+sHPtBhYBVqJM2XU= Date: Thu, 15 Feb 2024 10:49:55 +0200 Message-ID: <754e2c787ada867156e382f4b167de1f03710456.1707827100.git.saku@laesvuori.fi> 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-Scanner: mx12.migadu.com X-Migadu-Spam-Score: -6.68 X-Spam-Score: -6.68 X-Migadu-Queue-Id: E615560891 X-TUID: U2K+chyE9d1K Message-ID: <20240215084955.uh36Ma6XX8S6C2RqYfoKJxGyS0m_TcAwHWVqbMF6fJM@z> * gnu/packages/haskell.scm (ghc-tagged-bootstrap-for-9.6): New variable. Change-Id: Ifd3996a62cfa33d155315807d4ead706f7e64452 --- gnu/packages/haskell.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 604b38cce6..0f49aabdb1 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -1655,6 +1655,26 @@ (define ghc-random-bootstrap-for-9.6 library, including the ability to split random number generators.") (license license:bsd-3))) +(define ghc-tagged-bootstrap-for-9.6 + (package + (name "ghc-tagged-bootstrap") + (version "0.8.7") + (source + (origin + (method url-fetch) + (uri (hackage-uri "tagged" version)) + (sha256 + (base32 + "0qdr1kv1zn5iamnwyn5nf0ywxs4wv779k0gpw94kyqx14ynfw534")))) + (build-system haskell-build-system) + (properties '((upstream-name . "tagged"))) + (arguments (list #:haskell ghc-bootstrap-for-9.6)) + (home-page "https://hackage.haskell.org/package/tagged") + (synopsis "Haskell phantom types to avoid passing dummy arguments") + (description "This library provides phantom types for Haskell 98, to avoid +having to unsafely pass dummy arguments.") + (license license:bsd-3))) + (define ghc-nats-bootstrap-for-9.6 (package (name "ghc-nats-bootstrap") -- 2.41.0