[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/24: gnu: ghc-8: Update to 8.10.
From: |
guix-commits |
Subject: |
02/24: gnu: ghc-8: Update to 8.10. |
Date: |
Thu, 7 Oct 2021 09:21:12 -0400 (EDT) |
lbraun pushed a commit to branch wip-haskell
in repository guix.
commit 78f4158fc51bfc8c5a96f32e0c8500ba86e5cf50
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Wed Sep 15 13:26:40 2021 +0200
gnu: ghc-8: Update to 8.10.
* gnu/packages/haskell.scm (ghc-8): Update to 8.10.
(ghc-8.8): Rename to just ghc.
(ghc-8.10): Dito.
---
gnu/packages/haskell.scm | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 6b134ab..86ed095 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -612,14 +612,9 @@ interactive environment for the functional language
Haskell.")
(file-pattern ".*\\.conf\\.d$")
(file-type 'directory))))))
-;; Versions newer than ghc defined below (i.e. the compiler
-;; haskell-build-system uses) should use ghc-next as their name to
-;; ensure ghc (without version specification) and ghc-* packages are
-;; always compatible. See https://issues.guix.gnu.org/issue/47335.
-
(define-public ghc-8.8
(package (inherit ghc-8.6)
- (name "ghc-next")
+ (name "ghc")
(version "8.8.4")
(source
(origin
@@ -672,7 +667,7 @@ interactive environment for the functional language
Haskell.")
(define-public ghc-8.10
(package
(inherit ghc-8.8)
- (name "ghc-next")
+ (name "ghc")
(version "8.10.7")
(source
(origin
@@ -723,7 +718,12 @@ interactive environment for the functional language
Haskell.")
(file-pattern ".*\\.conf\\.d$")
(file-type 'directory))))))
-(define-public ghc-8 ghc-8.6)
+;; Versions newer than ghc defined below (i.e. the compiler
+;; haskell-build-system uses) should use ghc-next as their name to
+;; ensure ghc (without version specification) and ghc-* packages are
+;; always compatible. See https://issues.guix.gnu.org/issue/47335.
+
+(define-public ghc-8 ghc-8.10)
(define-public ghc ghc-8)
- branch wip-haskell created (now 1511199), guix-commits, 2021/10/07
- 02/24: gnu: ghc-8: Update to 8.10.,
guix-commits <=
- 05/24: import: stackage: Support input changes., guix-commits, 2021/10/07
- 01/24: guix: haskell-build-system: Always pass -package-db option., guix-commits, 2021/10/07
- 10/24: gnu: Update Haskell ecosystem., guix-commits, 2021/10/07
- 09/24: build-system/haskell: Explain failure., guix-commits, 2021/10/07
- 11/24: gnu: cabal-install: Build with GHC 8.10., guix-commits, 2021/10/07
- 12/24: gnu: hedgewars: Fix build., guix-commits, 2021/10/07
- 16/24: gnu: ngless: Fix build., guix-commits, 2021/10/07
- 18/24: gnu: ghc-repline: Remove version 0.2.0.0., guix-commits, 2021/10/07
- 15/24: gnu: idris: Fix build., guix-commits, 2021/10/07
- 21/24: gnu: pigx-sars-cov2-ww: Remove dependency on pandoc-citeproc., guix-commits, 2021/10/07