[Git][ghc/ghc][master] Update Hadrian's stack.yaml
Marge Bot (@marge-bot)
gitlab at gitlab.haskell.org
Fri Jul 7 15:34:29 UTC 2023
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
6df15e93 by Mike Pilgrem at 2023-07-07T11:33:40-04:00
Update Hadrian's stack.yaml
- - - - -
2 changed files:
- hadrian/stack.yaml
- hadrian/stack.yaml.lock
Changes:
=====================================
hadrian/stack.yaml
=====================================
@@ -1,4 +1,6 @@
-resolver: lts-19.8
+# GHC's configure script reports that GHC versions 9.2 and greater are required
+# to build GHC from source.
+resolver: lts-20.26 # GHC 9.2.8
packages:
- '.'
=====================================
hadrian/stack.yaml.lock
=====================================
@@ -6,7 +6,7 @@
packages: []
snapshots:
- completed:
- size: 618506
- url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/19/8.yaml
- sha256: f1c4aca9b9b81afbb9db55571acb0690cdc01ac97a178234de281f9dc075e95e
- original: lts-19.8
+ size: 650475
+ url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/20/26.yaml
+ sha256: 5a59b2a405b3aba3c00188453be172b85893cab8ebc352b1ef58b0eae5d248a2
+ original: lts-20.26
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/6df15e93171cf6ee9aeee642ede2d816a084efda
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/6df15e93171cf6ee9aeee642ede2d816a084efda
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20230707/7e8f1348/attachment-0001.html>
More information about the ghc-commits
mailing list