From unknown Sun Jun 22 11:33:40 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#69148 <69148@debbugs.gnu.org> To: bug#69148 <69148@debbugs.gnu.org> Subject: Status: [PATCH v2 15/23] gnu: Add ghc-semigroups-bootstrap-for-9.6 Reply-To: bug#69148 <69148@debbugs.gnu.org> Date: Sun, 22 Jun 2025 18:33:40 +0000 retitle 69148 [PATCH v2 15/23] gnu: Add ghc-semigroups-bootstrap-for-9.6 reassign 69148 guix-patches submitter 69148 Saku Laesvuori severity 69148 normal tag 69148 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 15 07:23:25 2024 Received: (at submit) by debbugs.gnu.org; 15 Feb 2024 12:23:25 +0000 Received: from localhost ([127.0.0.1]:54420 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1raalw-0001X7-Qd for submit@debbugs.gnu.org; Thu, 15 Feb 2024 07:23:25 -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-Kz 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-0000FD-Qx 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 1raXSP-0003oK-0e for guix-patches@gnu.org; Thu, 15 Feb 2024 03:51:02 -0500 Received: from X-kone.org.aalto.fi (unknown [130.233.144.187]) by mail.laesvuori.fi (Postfix) with ESMTPSA id 9740234367B; 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=7p8g3e0Nutlkpf9rdm+mpqP7mmXa+YTZqOErinZsUzI=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=q7IN4EDGXYdLu9hVeAZ0OkSKaOnE6qLG4kxlaKvyH4/YSiX03OGE49KMEE3tfOIah VyBk8SP55ysFZcc6BUQ5rgWSOQDWkijHpzla9SnBh1hl04gCT9W4mOPH+BB6Xa37aP c8CY1JvQ6cpCoNanCe1pJ04W9zxfP8ab0QrO9ims= From: Saku Laesvuori To: guix-patches@gnu.org, 67921@debbugs.gnu.org Subject: [PATCH v2 15/23] gnu: Add ghc-semigroups-bootstrap-for-9.6 Date: Thu, 15 Feb 2024 10:49:56 +0200 Message-ID: X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: Lars-Dominik Braun 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-Spam-Score: -4.2 (----) X-Debbugs-Envelope-To: submit Cc: Saku Laesvuori X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.2 (-----) * gnu/packages/haskell.scm (ghc-semigroups-bootstrap-for-9.6): New variable. Change-Id: Ic676fed80bea3805f8e70cd958c3d7523226053d --- gnu/packages/haskell.scm | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 0f49aabdb1..6a19287d4a 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -1655,6 +1655,36 @@ (define ghc-random-bootstrap-for-9.6 library, including the ability to split random number generators.") (license license:bsd-3))) +(define ghc-semigroups-bootstrap-for-9.6 + (package + (name "ghc-semigroups-bootstrap") + (version "0.20") + (source (origin + (method url-fetch) + (uri (hackage-uri "semigroups" version)) + (sha256 + (base32 + "1qbk6scp1rzb69dy8mz26p6az5vi16g2lzwmwnfshh3br4rjwbch")))) + (build-system haskell-build-system) + (properties '((upstream-name . "semigroups"))) + (arguments (list #:haskell ghc-bootstrap-for-9.6)) + (inputs + (list ghc-nats-bootstrap-for-9.6 + ghc-tagged-bootstrap-for-9.6 + ghc-unordered-containers-bootstrap-for-9.6 + ghc-hashable-bootstrap-for-9.6)) + (home-page "http://github.com/ekmett/semigroups/") + (synopsis "Semigroup operations for Haskell") + (description + "This package provides semigroups for Haskell. In +mathematics, a semigroup is an algebraic structure consisting of a set +together with an associative binary operation. A semigroup generalizes a +monoid in that there might not exist an identity element. It +also (originally) generalized a group (a monoid with all inverses) to a type +where every element did not have to have an inverse, thus the name +semigroup.") + (license license:bsd-3))) + (define ghc-tagged-bootstrap-for-9.6 (package (name "ghc-tagged-bootstrap") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 15 13:07:05 2024 Received: (at control) by debbugs.gnu.org; 15 Feb 2024 18:07:05 +0000 Received: from localhost ([127.0.0.1]:56945 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rag8X-0008Rw-Gy for submit@debbugs.gnu.org; Thu, 15 Feb 2024 13:07:05 -0500 Received: from vmi571514.contaboserver.net ([75.119.130.101]:54424 helo=mail.laesvuori.fi) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rag8U-0008Rc-IL for control@debbugs.gnu.org; Thu, 15 Feb 2024 13:07:02 -0500 Received: from X-kone (88-113-24-127.elisa-laajakaista.fi [88.113.24.127]) by mail.laesvuori.fi (Postfix) with ESMTPSA id EB4AB34356B for ; Thu, 15 Feb 2024 19:07:20 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=laesvuori.fi; s=mail; t=1708020441; bh=OQyE3mFXDvipl+IkYUrwhml78qiQbbGomWEM20XUJ9I=; h=Date:From:To:Subject; b=DiHf/Pir5VV11+F+ML1fc4dPlQl207S6njhtor0ldLL2E51bU4RpuJVG3qTK3bUeM KxfIX4cDN5xvneJTf+8xtWt9AUBI9jtfWgaExPPjYXO39jpVS24/bBM46M4mvDA4rM Ol+6lwHVT7jRntPpD5R4XxBxvjVsz8oW282eWP8M= Date: Thu, 15 Feb 2024 20:06:39 +0200 From: Saku Laesvuori To: control@debbugs.gnu.org Subject: Closing accidental issues v2 Message-ID: <7tu3ticiwsglsw74rwk22ukyrc3erpafdhh6scbycgoeqsl6kq@nefea4eac2nd> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Score: -1.9 (-) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.9 (--) reopen 69154 merge 69154 69142 69143 69144 69145 69146 69147 69148 69149 69150 69151 69152 69153 69155 69156 69157 69158 69159 69160 69161 69162 69163 69164 69165 close 69154 quit From unknown Sun Jun 22 11:33:40 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 15 Mar 2024 11:24:08 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator