[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: |
Fri, 8 Oct 2021 03:20:31 -0400 (EDT) |
lbraun pushed a commit to branch master
in repository guix.
commit 75c91e6b43ea6a6e7d4b877abdf8f675aa498763
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?
- branch master updated (3fc0fa9 -> c8a7ba6), guix-commits, 2021/10/08
- 01/24: guix: haskell-build-system: Always pass -package-db option., guix-commits, 2021/10/08
- 03/24: import: stackage: Update %default-lts-version to 18.10.,
guix-commits <=
- 02/24: gnu: ghc-8: Update to 8.10., guix-commits, 2021/10/08
- 06/24: build-system/haskell: Do not rely on compiler name., guix-commits, 2021/10/08
- 04/24: import: hackage: Update GHC’s standard libraries., guix-commits, 2021/10/08
- 08/24: import: hackage: Support mirror:// URLs, guix-commits, 2021/10/08
- 05/24: import: stackage: Support input changes., guix-commits, 2021/10/08
- 09/24: build-system/haskell: Explain failure., guix-commits, 2021/10/08
- 07/24: build-system/haskell: Accept line breaks in config files., guix-commits, 2021/10/08
- 10/24: gnu: Update Haskell ecosystem., guix-commits, 2021/10/08
- 11/24: gnu: cabal-install: Build with GHC 8.10., guix-commits, 2021/10/08
- 12/24: gnu: hedgewars: Fix build., guix-commits, 2021/10/08