[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/24: import: stackage: Update %default-lts-version to 18.10.
From: |
guix-commits |
Subject: |
03/24: import: stackage: Update %default-lts-version to 18.10. |
Date: |
Thu, 7 Oct 2021 09:21:12 -0400 (EDT) |
lbraun pushed a commit to branch wip-haskell
in repository guix.
commit b1f7d9162831b4aa349c1abd79bfc9bfb4dfca73
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Tue Sep 14 11:43:37 2021 +0200
import: stackage: Update %default-lts-version to 18.10.
* guix/import/stackage.scm (%default-lts-version): Update to 18.10.
---
guix/import/stackage.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/guix/import/stackage.scm b/guix/import/stackage.scm
index b4b20eb..c7247f5 100644
--- a/guix/import/stackage.scm
+++ b/guix/import/stackage.scm
@@ -47,8 +47,8 @@
(define %stackage-url
(make-parameter "https://www.stackage.org"))
-;; Latest LTS version compatible with GHC 8.6.5.
-(define %default-lts-version "14.27")
+;; Latest LTS version compatible with current GHC.
+(define %default-lts-version "18.10")
(define-json-mapping <stackage-lts> make-stackage-lts
stackage-lts?
- 01/24: guix: haskell-build-system: Always pass -package-db option., (continued)
- 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
- 14/24: gnu: ghc-silently: Remove unused input., guix-commits, 2021/10/07
- 03/24: import: stackage: Update %default-lts-version to 18.10.,
guix-commits <=
- 04/24: import: hackage: Update GHC’s standard libraries., guix-commits, 2021/10/07
- 07/24: build-system/haskell: Accept line breaks in config files., guix-commits, 2021/10/07
- 08/24: import: hackage: Support mirror:// URLs, guix-commits, 2021/10/07
- 06/24: build-system/haskell: Do not rely on compiler name., guix-commits, 2021/10/07
- 13/24: gnu: ruby-pandoc-ruby: Disable tests., guix-commits, 2021/10/07
- 20/24: gnu: pigx-bsseq: Remove dependency on pandoc-citeproc., guix-commits, 2021/10/07
- 17/24: gnu: python-pypandoc: Upgrade to 1.6.4., guix-commits, 2021/10/07
- 19/24: gnu: ghc-haskeline: Remove version postfix from variable name., guix-commits, 2021/10/07
- 24/24: gnu: pigx-scrnaseq: Remove dependency on pandoc-citeproc., guix-commits, 2021/10/07
- 22/24: gnu: pigx-chipseq: Remove dependency on pandoc-citeproc., guix-commits, 2021/10/07