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 aLTOGQ/RzWUMBwEAe85BDQ:P1 (envelope-from ) for ; Thu, 15 Feb 2024 09:53:35 +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 aLTOGQ/RzWUMBwEAe85BDQ (envelope-from ) for ; Thu, 15 Feb 2024 09:53:35 +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=n7cXq51i; 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=1707987215; 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=xca46RSOYLrvUjf0qVozY8YT5eNdw8SWjpk111gIMo4=; b=IH6qpNh/onrrv7FZyYb+mFNbk+Yc0y4eqHJri2Ht/54wn4Birqh0bj4VoeXkpXuX818BaM 8B4OScEanSEzIiGjY//xEyTZAVDJYw6ACxc9cV7vuDn67KlpaQmQZfifXRH5moJy7IKH9u je3pvaAU1C7T3eu+KXfxcVDDVHSMAbLem322Lgaz5GalUAnveCEqA3icfbWVjpJ9aXkEeu RagY2H9jq57nvtvrHqQCIKPOIZKUN0jFr3LPZQGZwmoPNvR99KfOg3WVhe+iDGwGvmFqwI jpGrS69uyQU/7iGpWxGU3z2hZKLN5WbY1JFXxdxNqHdHuYfpJs0Xsp0LBxM2Gw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=laesvuori.fi header.s=mail header.b=n7cXq51i; 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=1707987215; a=rsa-sha256; cv=none; b=DwVTNz6wS+KMtShRI2I1Es5OJhH4Uf4WCYlPlO40BC+0s+QgvilIDp/KYiwtp8xY6ALOgB Bg0BJ6pY0FVQpcAlq2Nx5XTQKzm+lO4ChiwUZoTZxhtmAAj3moembIYY5XT39T5DYV9ZO+ auo62KOjkHo32dvLMQykbxdMgM/l0kLWt/BnFxkUWEINd7c1ExOOlknBgP3RK/xFnoFawZ LEQ5ApYzGWOCiswzgJrOuy5p2K9Ce0Po4Z911YUVsCrSoOjkQ0DUgsAvv3AUHEeER/wWcK HlZy4wGmoEx68Kr6OPGtbyPtLIENMyxIY3XvKWsmUQ/jOms5L3nWXcrWkAQxOw== 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 5612042B76 for ; Thu, 15 Feb 2024 09:53:35 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1raXTA-0000Ph-NR; Thu, 15 Feb 2024 03:51: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 1raXT7-0000MV-7Q for guix-patches@gnu.org; Thu, 15 Feb 2024 03:51:45 -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 1raXT6-00042i-EU for guix-patches@gnu.org; Thu, 15 Feb 2024 03:51:44 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1raXTO-000182-UM; Thu, 15 Feb 2024 03:52:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#67921] [PATCH v2 05/23] gnu: Add ghc-hashable-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:02 +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.17079870684057 (code B ref 67921); Thu, 15 Feb 2024 08:52:02 +0000 Received: (at 67921) by debbugs.gnu.org; 15 Feb 2024 08:51:08 +0000 Received: from localhost ([127.0.0.1]:53996 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1raXSV-00012w-0B for submit@debbugs.gnu.org; Thu, 15 Feb 2024 03:51:08 -0500 Received: from vmi571514.contaboserver.net ([75.119.130.101]:55060 helo=mail.laesvuori.fi) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1raXSR-000122-L1 for 67921@debbugs.gnu.org; Thu, 15 Feb 2024 03:51:04 -0500 Received: from X-kone.org.aalto.fi (unknown [130.233.144.187]) by mail.laesvuori.fi (Postfix) with ESMTPSA id 7B716343679; Thu, 15 Feb 2024 09:51:22 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=laesvuori.fi; s=mail; t=1707987082; bh=r9uYeMeZ/qMDceZanztoVqp0O16vy/qrhSx+dSDbySY=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=n7cXq51i0MDCVtl5qKUfvV7Y3ASpxckRAoc986rj36D7oU6gQ8mbQ1NfwL1L0erXp t1Pw8euRSbZNDuiMKi5V/ydXJyJrHkJPHpejRUgOmpNQyENJmgVtWxaIp/WE+aT5XH a4Uuz8qBqd6u/XVGSqyKz6UE+JW0tXF2QvZ/aXko= Date: Thu, 15 Feb 2024 10:49:46 +0200 Message-ID: <78c6174b635442b945df8fde9449c329e92fdbc6.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 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.47 X-Spam-Score: -6.47 X-Migadu-Queue-Id: 5612042B76 X-Migadu-Scanner: mx11.migadu.com X-TUID: e34gmgJNiHi4 * gnu/packages/haskell.scm (ghc-hashable-bootstrap-for-9.6): New variable. Change-Id: Id96f7df459a3db56747cd4204b32b7ad253139a4 --- gnu/packages/haskell.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 717181b424..307231e8f3 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -1578,4 +1578,27 @@ (define ghc-clock-bootstrap-for-9.6 timer functions of different operating systems via a unified API.") (license license:bsd-3))) +(define ghc-hashable-bootstrap-for-9.6 + (package + (name "ghc-hashable-bootstrap") + (version "1.4.1.0") + (source (origin + (method url-fetch) + (uri (hackage-uri "hashable" version)) + (sha256 + (base32 + "11sycr73821amdz8g0k8c97igi4z7f9xdvgaxlkxhsp6h310bcz1")))) + (build-system haskell-build-system) + (properties '((upstream-name . "hashable"))) + (arguments (list #:tests? #f + #:haskell ghc-bootstrap-for-9.6)) + (home-page "http://github.com/haskell-unordered-containers/hashable") + (synopsis "Class for types that can be converted to a hash value") + (description + "This package defines a class, @code{Hashable}, for types that can be +converted to a hash value. This class exists for the benefit of hashing-based +data structures. The package provides instances for basic types and a way to +combine hash values.") + (license license:bsd-3))) + ;;; haskell.scm ends here -- 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 WKJXDXUCzmVvSgAAe85BDQ:P1 (envelope-from ) for ; Thu, 15 Feb 2024 13:24:21 +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 WKJXDXUCzmVvSgAAe85BDQ (envelope-from ) for ; Thu, 15 Feb 2024 13:24:21 +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=n7cXq51i; 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=1707999861; 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=xca46RSOYLrvUjf0qVozY8YT5eNdw8SWjpk111gIMo4=; b=p7fxsDbdkKrRyc8x0PNWNPOs4N2gm6GXHddV1tHXqvVbnQ9Jnlh90zvpN+4UdzBazO1XkU 6UNcArTZRXDy2y7Ee7hcIOTe2mrAXlx8rFDJhrEsywJL2UrTakg8TxVSQo+dISKb6mDwjD 1mVdhgh1RlrTqcDM3ND6LmN8YiGFrnNAEnjoCvW9sNkJTUr6XHQ07FzUWzdRH+4pqJEIwh IMMX1tvDSufMaDOkNmj3DwJZVGSp/Cos9J/wp8Nci/kaYM3kR0Ha2Pe9uSj2FMmeZ/ESBa eWCZOEAM4q1UHlwili4K2UahSN+jTr4F8VIWI1iowXq1NxSxm3+wscrJu82hfA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=laesvuori.fi header.s=mail header.b=n7cXq51i; 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=1707999861; a=rsa-sha256; cv=none; b=Pf1eZQhqJ1vBh/SVcKcWcIncjy7lvPEv2p4yo0dTzrdS/VH5Zvx+UuYQvI/rSIoLXmRJIi 5yE1VSwOaGTd3/RH20GUITvFc8otcVOBQ8PDqaWhuopax5MCgo6r6xrTzI8JfsKa3Ql9sB EiMf5yD2WhfJPg3XNYlkoWa7gfcMWcEVDL5D33Nsfji63x2rrSeXYRGW70kxza72p/9OSU EILZ89sYzxbducv7miX++ClWeb1sScLsUySp2kpKlWnxUtliVFkmr1hPPiOLR68OD/wuko T7OlcurxlyYhwdYOEdwcTnWgsZgYYGrVSxfIjIZ9D27TaWS180Fj6ribd5zJgA== 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 1E5B06AD7D for ; Thu, 15 Feb 2024 13:24:20 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1raaml-0002Cg-UW; Thu, 15 Feb 2024 07:24:15 -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 1raamk-0002BI-Gm for guix-patches@gnu.org; Thu, 15 Feb 2024 07:24:14 -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 1raamk-0006FC-7W for guix-patches@gnu.org; Thu, 15 Feb 2024 07:24:14 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1raan2-0001fG-P3; Thu, 15 Feb 2024 07:24:32 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#69158] [PATCH v2 05/23] gnu: Add ghc-hashable-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:32 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 69158 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 69158@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.17079998246019 (code B ref -1); Thu, 15 Feb 2024 12:24:32 +0000 Received: (at submit) by debbugs.gnu.org; 15 Feb 2024 12:23:44 +0000 Received: from localhost ([127.0.0.1]:54447 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1raamF-0001Yv-Ux for submit@debbugs.gnu.org; Thu, 15 Feb 2024 07:23:44 -0500 Received: from lists.gnu.org ([209.51.188.17]:42358) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1raaO4-0006TL-Qt for submit@debbugs.gnu.org; Thu, 15 Feb 2024 06:58:45 -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 1raXSB-0008VH-Mt for guix-patches@gnu.org; Thu, 15 Feb 2024 03:50:47 -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 1raXS9-0003j8-OJ for guix-patches@gnu.org; Thu, 15 Feb 2024 03:50:47 -0500 Received: from X-kone.org.aalto.fi (unknown [130.233.144.187]) by mail.laesvuori.fi (Postfix) with ESMTPSA id 7B716343679; Thu, 15 Feb 2024 09:51:22 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=laesvuori.fi; s=mail; t=1707987082; bh=r9uYeMeZ/qMDceZanztoVqp0O16vy/qrhSx+dSDbySY=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=n7cXq51i0MDCVtl5qKUfvV7Y3ASpxckRAoc986rj36D7oU6gQ8mbQ1NfwL1L0erXp t1Pw8euRSbZNDuiMKi5V/ydXJyJrHkJPHpejRUgOmpNQyENJmgVtWxaIp/WE+aT5XH a4Uuz8qBqd6u/XVGSqyKz6UE+JW0tXF2QvZ/aXko= Date: Thu, 15 Feb 2024 10:49:46 +0200 Message-ID: <78c6174b635442b945df8fde9449c329e92fdbc6.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-Spam-Score: -6.68 X-Spam-Score: -6.68 X-Migadu-Queue-Id: 1E5B06AD7D X-Migadu-Scanner: mx11.migadu.com X-TUID: MCusRIo4gkLE Message-ID: <20240215084946.zRCoccsg86SlwzvgR0yhAiq0gtu-H0f3960WA54WibU@z> * gnu/packages/haskell.scm (ghc-hashable-bootstrap-for-9.6): New variable. Change-Id: Id96f7df459a3db56747cd4204b32b7ad253139a4 --- gnu/packages/haskell.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 717181b424..307231e8f3 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -1578,4 +1578,27 @@ (define ghc-clock-bootstrap-for-9.6 timer functions of different operating systems via a unified API.") (license license:bsd-3))) +(define ghc-hashable-bootstrap-for-9.6 + (package + (name "ghc-hashable-bootstrap") + (version "1.4.1.0") + (source (origin + (method url-fetch) + (uri (hackage-uri "hashable" version)) + (sha256 + (base32 + "11sycr73821amdz8g0k8c97igi4z7f9xdvgaxlkxhsp6h310bcz1")))) + (build-system haskell-build-system) + (properties '((upstream-name . "hashable"))) + (arguments (list #:tests? #f + #:haskell ghc-bootstrap-for-9.6)) + (home-page "http://github.com/haskell-unordered-containers/hashable") + (synopsis "Class for types that can be converted to a hash value") + (description + "This package defines a class, @code{Hashable}, for types that can be +converted to a hash value. This class exists for the benefit of hashing-based +data structures. The package provides instances for basic types and a way to +combine hash values.") + (license license:bsd-3))) + ;;; haskell.scm ends here -- 2.41.0