From unknown Sun Jun 22 00:32:06 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#36108] [PATCH] import: hackage: Update list of ghc-included packages. Resent-From: Robert Vollmert Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 05 Jun 2019 21:41:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 36108 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 36108@debbugs.gnu.org Cc: Robert Vollmert X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.155977085926980 (code B ref -1); Wed, 05 Jun 2019 21:41:01 +0000 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 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-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