From unknown Fri Jun 20 07:17:31 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#36108 <36108@debbugs.gnu.org> To: bug#36108 <36108@debbugs.gnu.org> Subject: Status: [PATCH] import: hackage: Update list of ghc-included packages. Reply-To: bug#36108 <36108@debbugs.gnu.org> Date: Fri, 20 Jun 2025 14:17:31 +0000 retitle 36108 [PATCH] import: hackage: Update list of ghc-included packages. reassign 36108 guix-patches submitter 36108 Robert Vollmert severity 36108 normal tag 36108 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 05 17:40:58 2019 Received: (at submit) by debbugs.gnu.org; 5 Jun 2019 21:40:59 +0000 Received: from localhost ([127.0.0.1]:48352 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hYdeR-000711-AR for submit@debbugs.gnu.org; Wed, 05 Jun 2019 17:40:58 -0400 Received: from eggs.gnu.org ([209.51.188.92]:44998) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hYdeP-00070o-ID for submit@debbugs.gnu.org; Wed, 05 Jun 2019 17:40:54 -0400 Received: from lists.gnu.org ([209.51.188.17]:59570) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hYdeJ-00088w-FL for submit@debbugs.gnu.org; Wed, 05 Jun 2019 17:40:48 -0400 Received: from eggs.gnu.org ([209.51.188.92]:59374) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hYdeI-0001yc-5m for guix-patches@gnu.org; Wed, 05 Jun 2019 17:40:47 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hYdeF-00080K-U4 for guix-patches@gnu.org; Wed, 05 Jun 2019 17:40:45 -0400 Received: from mx1.mailbox.org ([2001:67c:2050:104:0:1:25:1]:56362) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hYdeF-0007m9-Ni for guix-patches@gnu.org; Wed, 05 Jun 2019 17:40:43 -0400 Received: from smtp2.mailbox.org (smtp2.mailbox.org [IPv6:2001:67c:2050:105:465:1:2:0]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by mx1.mailbox.org (Postfix) with ESMTPS id C118D4F155; Wed, 5 Jun 2019 23:40:37 +0200 (CEST) X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp2.mailbox.org ([80.241.60.241]) by spamfilter02.heinlein-hosting.de (spamfilter02.heinlein-hosting.de [80.241.56.116]) (amavisd-new, port 10030) with ESMTP id QGTrTkHKjtM8; Wed, 5 Jun 2019 23:40:13 +0200 (CEST) From: Robert Vollmert To: guix-patches@gnu.org Subject: [PATCH] import: hackage: Update list of ghc-included packages. Date: Wed, 5 Jun 2019 23:40:06 +0200 Message-Id: <20190605214006.81318-1-rob@vllmrt.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2001:67c:2050:104:0:1:25:1 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: -1.6 (-) X-Debbugs-Envelope-To: submit Cc: Robert Vollmert 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.6 (--) It turns out the list in the release notes is incomplete. This updates the list from /gnu/store/-ghc-8.4.3/lib/ghc-8.4.3. * guix/import/hackage.scm (ghc-standard-libraries): Update list. --- guix/import/hackage.scm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/guix/import/hackage.scm b/guix/import/hackage.scm index b0da591440..f75a1ac3e5 100644 --- a/guix/import/hackage.scm +++ b/guix/import/hackage.scm @@ -3,6 +3,7 @@ ;;; Copyright =C2=A9 2016 Eric Bavier ;;; Copyright =C2=A9 2016 ng0 ;;; Copyright =C2=A9 2018 Ricardo Wurmus +;;; Copyright =C2=A9 2019 Robert Vollmert ;;; ;;; This file is part of GNU Guix. ;;; @@ -52,7 +53,7 @@ =20 (define ghc-standard-libraries ;; List of libraries distributed with ghc (8.4.3). - ;; https://downloads.haskell.org/~ghc/8.4.3/docs/html/users_guide/8.4.= 3-notes.html + ;; Contents of ...-ghc-8.4.3/lib/ghc-8.4.3. '("ghc" "cabal" ;; in the output of `ghc-pkg list` Cabal is uppercased, but ;; hackage-name->package-name takes this into account. @@ -65,7 +66,9 @@ "deepseq" "directory" "filepath" + "ghc" "ghc-boot" + "ghc-boot-th" "ghc-compact" "ghc-prim" "ghci" @@ -74,8 +77,11 @@ "integer-gmp" "mtl" "parsec" + "pretty" "process" + "stm" "template-haskell" + "terminfo" "text" "time" "transformers" --=20 2.20.1 (Apple Git-117) From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 04 03:58:53 2019 Received: (at control) by debbugs.gnu.org; 4 Jul 2019 07:58:53 +0000 Received: from localhost ([127.0.0.1]:50292 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hiwdp-0001xY-6N for submit@debbugs.gnu.org; Thu, 04 Jul 2019 03:58:53 -0400 Received: from mx1.mailbox.org ([80.241.60.212]:52736) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hiwdn-0001xK-ID for control@debbugs.gnu.org; Thu, 04 Jul 2019 03:58:51 -0400 Received: from smtp1.mailbox.org (smtp1.mailbox.org [IPv6:2001:67c:2050:105:465:1:1:0]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by mx1.mailbox.org (Postfix) with ESMTPS id 1601E5095F for ; Thu, 4 Jul 2019 09:58:46 +0200 (CEST) X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp1.mailbox.org ([80.241.60.240]) by hefe.heinlein-support.de (hefe.heinlein-support.de [91.198.250.172]) (amavisd-new, port 10030) with ESMTP id ScyvNZ8_7l8b for ; Thu, 4 Jul 2019 09:58:44 +0200 (CEST) From: Robert Vollmert Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Subject: closing stale patch reports Message-Id: <876ADE47-70D6-45ED-907A-1F7A9A020DEA@vllmrt.net> Date: Thu, 4 Jul 2019 09:58:42 +0200 To: control@debbugs.gnu.org X-Spam-Score: -0.7 (/) 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: -1.7 (-) close 36108 close 36038 thanks From unknown Fri Jun 20 07:17:31 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 01 Aug 2019 11:24:03 +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