[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/329: gnu: Use GHC 8.6.5 as the main Haskell compiler.
From: |
guix-commits |
Subject: |
01/329: gnu: Use GHC 8.6.5 as the main Haskell compiler. |
Date: |
Wed, 20 Nov 2019 21:16:46 -0500 (EST) |
samplet pushed a commit to branch master
in repository guix.
commit 064a967ba0480d35d706f96e8aa5bb86f0947b4d
Author: Timothy Sample <address@hidden>
Date: Wed Oct 30 22:22:30 2019 -0400
gnu: Use GHC 8.6.5 as the main Haskell compiler.
* gnu/package/haskell.scm (ghc-8): Change to 'ghc-8.6'.
* guix/import/hackage.scm (ghc-standard-libraries): Add 'ghc-heap'
and 'libiserv'.
---
gnu/packages/haskell.scm | 2 +-
guix/import/hackage.scm | 6 ++++--
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index d86daa5..8db650e 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -604,7 +604,7 @@ interactive environment for the functional language
Haskell.")
(file-pattern ".*\\.conf\\.d$")
(file-type 'directory))))))
-(define-public ghc-8 ghc-8.4)
+(define-public ghc-8 ghc-8.6)
(define-public ghc ghc-8)
diff --git a/guix/import/hackage.scm b/guix/import/hackage.scm
index 5fe3d85..9cf07c9 100644
--- a/guix/import/hackage.scm
+++ b/guix/import/hackage.scm
@@ -52,8 +52,8 @@
hackage-package?))
(define ghc-standard-libraries
- ;; List of libraries distributed with ghc (8.4.3).
- ;; Contents of ...-ghc-8.4.3/lib/ghc-8.4.3.
+ ;; List of libraries distributed with ghc (8.6.5).
+ ;; Contents of ...-ghc-8.6.5/lib/ghc-8.6.5.
'("ghc"
"cabal" ;; in the output of `ghc-pkg list` Cabal is uppercased, but
;; hackage-name->package-name takes this into account.
@@ -70,11 +70,13 @@
"ghc-boot"
"ghc-boot-th"
"ghc-compact"
+ "ghc-heap"
"ghc-prim"
"ghci"
"haskeline"
"hpc"
"integer-gmp"
+ "libiserv"
"mtl"
"parsec"
"pretty"
- branch master updated (4772468 -> 59cd751), guix-commits, 2019/11/20
- 01/329: gnu: Use GHC 8.6.5 as the main Haskell compiler.,
guix-commits <=
- 03/329: gnu: ghc-data-accessor: Update to 0.2.2.8., guix-commits, 2019/11/20
- 05/329: gnu: ghc-happy: Update to 1.19.12., guix-commits, 2019/11/20
- 02/329: gnu: cabal-doctest: Update to 1.0.8., guix-commits, 2019/11/20
- 04/329: gnu: ghc-bytestring-builder: Update to 0.10.8.2.0., guix-commits, 2019/11/20
- 06/329: gnu: ghc-file-embed: Update to 0.0.11., guix-commits, 2019/11/20
- 07/329: gnu: ghc-unix-compat: Update to 0.5.2., guix-commits, 2019/11/20
- 08/329: gnu: ghc-th-abstraction: Update to 0.3.1.0., guix-commits, 2019/11/20
- 09/329: gnu: ghc-microlens: Update to 0.4.10., guix-commits, 2019/11/20
- 12/329: gnu: ghc-fmlist: Update to 0.9.3., guix-commits, 2019/11/20
- 13/329: gnu: ghc-unliftio-core: Update to 0.1.2.0., guix-commits, 2019/11/20