lbraun pushed a commit to branch wip-haskell
in repository guix.
commit 0ced906e52eb9b2830ea77540d4664cf1a48fab6
Author: Lars-Dominik Braun <[email protected]>
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 bbd903a..427e211 100644
--- a/guix/import/stackage.scm
+++ b/guix/import/stackage.scm
@@ -44,8 +44,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 (lts-info-packages lts-info)
"Returns the alist of packages contained in LTS-INFO."