From: Robert Vollmert <rob@vllmrt.net>
To: 36493@debbugs.gnu.org
Cc: Robert Vollmert <rob@vllmrt.net>
Subject: [bug#36493] [PATCH 1/2] import: hackage: Update list of ghc-included packages.
Date: Thu, 4 Jul 2019 09:57:30 +0200 [thread overview]
Message-ID: <20190704075731.56259-1-rob@vllmrt.net> (raw)
In-Reply-To: <B93534FF-C7C9-4E0B-ADE8-2B4BD1DF78AF@vllmrt.net>
It turns out the list in the release notes is incomplete.
This updates the list from /gnu/store/<hash>-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 0a8e619b6f..b22b53f00e 100644
--- a/guix/import/hackage.scm
+++ b/guix/import/hackage.scm
@@ -3,6 +3,7 @@
;;; Copyright © 2016 Eric Bavier <bavier@member.fsf.org>
;;; Copyright © 2016 ng0 <ng0@n0.is>
;;; Copyright © 2018 Ricardo Wurmus <rekado@elephly.net>
+;;; Copyright © 2019 Robert Vollmert <rob@vllmrt.net>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -52,7 +53,7 @@
(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"
--
2.20.1 (Apple Git-117)
next prev parent reply other threads:[~2019-07-04 7:58 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-04 7:55 [bug#36493] update GHC-included haskell dependencies Robert Vollmert
2019-07-04 7:57 ` Robert Vollmert [this message]
2019-07-04 7:57 ` [bug#36493] [PATCH 2/2] gnu: Remove ghc-parsec, ghc-stm, ghc-text, ghc-xhtml Robert Vollmert
2019-07-04 8:04 ` Robert Vollmert
2019-07-04 8:15 ` Robert Vollmert
2019-07-04 11:28 ` Ricardo Wurmus
2019-07-04 15:45 ` bug#36493: " Ricardo Wurmus
2019-07-05 11:38 ` Robert Vollmert
2019-07-05 11:38 ` [bug#36493] " Robert Vollmert
2019-07-06 8:21 ` Ricardo Wurmus
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190704075731.56259-1-rob@vllmrt.net \
--to=rob@vllmrt.net \
--cc=36493@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.