[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
153/154: import: hackage: Update GHC libraries for 7.10.2.
From: |
Paul |
Subject: |
153/154: import: hackage: Update GHC libraries for 7.10.2. |
Date: |
Thu, 22 Oct 2015 16:16:12 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 89c721e3cba9043475b390aa5eade83fac0d7781
Author: Paul van der Walt <address@hidden>
Date: Wed Oct 21 15:46:25 2015 +0200
import: hackage: Update GHC libraries for 7.10.2.
Update ghc-standard-libraries to match the output of `ghc-pkg list` when
using GHC 7.10.2.
* guix/import/hackage.scm (ghc-standard-libraries): Sort and update list
of core GHC libraries.
---
guix/import/hackage.scm | 40 +++++++++++++++++++---------------------
1 files changed, 19 insertions(+), 21 deletions(-)
diff --git a/guix/import/hackage.scm b/guix/import/hackage.scm
index b5574a8..3baa514 100644
--- a/guix/import/hackage.scm
+++ b/guix/import/hackage.scm
@@ -32,37 +32,35 @@
#:export (hackage->guix-package))
(define ghc-standard-libraries
- ;; List of libraries distributed with ghc (7.8.4). We include GHC itself as
+ ;; List of libraries distributed with ghc (7.10.2). We include GHC itself as
;; some packages list it.
- '("ghc"
- "haskell98"
- "hoopl"
+ '("array"
"base"
- "transformers"
- "deepseq"
- "array"
+ "bin-package-db"
"binary"
"bytestring"
+ "cabal" ;; in the output of `ghc-pkg list` Cabal is uppercased, but
+ ;; hackage-name->package-name takes this into account.
"containers"
- "time"
- "cabal"
- "bin-package-db"
+ "deepseq"
+ "directory"
+ "filepath"
+ "ghc"
"ghc-prim"
+ "haskeline"
+ "hoopl"
+ "hpc"
"integer-gmp"
- "integer-simple"
- "win32"
- "template-haskell"
+ "pretty"
"process"
- "haskeline"
+ "rts"
+ "template-haskell"
"terminfo"
- "directory"
- "filepath"
- "old-locale"
+ "time"
+ "transformers"
"unix"
- "old-time"
- "pretty"
- "xhtml"
- "hpc"))
+ "win32"
+ "xhtml"))
(define package-name-prefix "ghc-")
- 131/154: gnu: Add Idris., (continued)
- 131/154: gnu: Add Idris., Paul, 2015/10/22
- 125/154: gnu: Add ghc-wai-extra., Paul, 2015/10/22
- 127/154: gnu: Add ghc-kan-extensions., Paul, 2015/10/22
- 133/154: gnu: Add ghc-haddock-api., Paul, 2015/10/22
- 141/154: gnu: Add ghc-regex-posix., Paul, 2015/10/22
- 143/154: gnu: Add ghc-half., Paul, 2015/10/22
- 144/154: gnu: Add ghc-openglraw., Paul, 2015/10/22
- 148/154: gnu: Add ghc-glut., Paul, 2015/10/22
- 154/154: import: hackage: Fix grammar., Paul, 2015/10/22
- 138/154: gnu: Add ghc-html., Paul, 2015/10/22
- 153/154: import: hackage: Update GHC libraries for 7.10.2.,
Paul <=
- 142/154: gnu: Add ghc-regex-compat., Paul, 2015/10/22
- 139/154: gnu: Add ghc-haskell-src., Paul, 2015/10/22
- 140/154: gnu: Add ghc-xhtml., Paul, 2015/10/22
- 152/154: gnu: Add Raincat., Paul, 2015/10/22
- 129/154: gnu: Add ghc-cheapskate., Paul, 2015/10/22
- 128/154: gnu: Add ghc-lens., Paul, 2015/10/22
- 126/154: gnu: Add ghc-vector-binary-instances., Paul, 2015/10/22
- 146/154: gnu: Add ghc-objectname., Paul, 2015/10/22
- 149/154: gnu: Add ghc-sdl., Paul, 2015/10/22
- 151/154: gnu: Add ghc-sdl-image., Paul, 2015/10/22