[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/27: import: hackage: Update list of ghc-included packages.
From: |
guix-commits |
Subject: |
02/27: import: hackage: Update list of ghc-included packages. |
Date: |
Thu, 1 Aug 2019 12:07:09 -0400 (EDT) |
rob pushed a commit to branch wip-haskell-updates
in repository guix.
commit e74b2b7d491b2e0e33b9f4c3368cdd580ed70876
Author: Robert Vollmert <address@hidden>
Date: Wed Jun 5 21:05:36 2019 +0200
import: hackage: Update list of ghc-included packages.
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 6f426af..5fe3d85 100644
--- a/guix/import/hackage.scm
+++ b/guix/import/hackage.scm
@@ -3,6 +3,7 @@
;;; Copyright © 2016 Eric Bavier <address@hidden>
;;; Copyright © 2016 ng0 <address@hidden>
;;; Copyright © 2018 Ricardo Wurmus <address@hidden>
+;;; Copyright © 2019 Robert Vollmert <address@hidden>
;;;
;;; 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"
- branch wip-haskell-updates created (now 428680d), guix-commits, 2019/08/01
- 02/27: import: hackage: Update list of ghc-included packages.,
guix-commits <=
- 01/27: gnu: Add ghc-8.6., guix-commits, 2019/08/01
- 06/27: Revert "gnu: ghc-ansi-terminal: Update to 0.9.1.", guix-commits, 2019/08/01
- 05/27: gnu: ghc-hedgehog: Use ghc-ansi-terminal., guix-commits, 2019/08/01
- 07/27: gnu: ghc-concurrent-output: Downgrade to 1.10.9., guix-commits, 2019/08/01
- 12/27: gnu: ghc-yaml: Disable tests., guix-commits, 2019/08/01
- 09/27: gnu: Remove ghc-regex-tdfa-rc., guix-commits, 2019/08/01
- 15/27: gnu: Add ghc-snap-server., guix-commits, 2019/08/01
- 11/27: gnu: ghc-libmpd-haskell: Disable tests., guix-commits, 2019/08/01
- 16/27: gnu: Add ghc-http-streams., guix-commits, 2019/08/01
- 19/27: gnu: Add ghc-openssl-streams., guix-commits, 2019/08/01