[Git][ghc/ghc][master] hadrian: Fix bootstrapping with ghc-9.4
Marge Bot (@marge-bot)
gitlab at gitlab.haskell.org
Sun Aug 21 20:52:28 UTC 2022
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
fb7c2d99 by Matthew Pickering at 2022-08-21T16:52:13-04:00
hadrian: Fix bootstrapping with ghc-9.4
The error was that we were trying to link together
containers from boot package library (which depends template-haskell in boot package library)
template-haskell from in-tree package database
So the fix is to build containers in stage0 (and link against template-haskell built in stage0).
Fixes #21981
- - - - -
1 changed file:
- hadrian/src/Settings/Default.hs
Changes:
=====================================
hadrian/src/Settings/Default.hs
=====================================
@@ -77,6 +77,7 @@ stage0Packages = do
, cabalSyntax
, cabal
, compiler
+ , containers
, directory
, process
, exceptions
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/fb7c2d99f7df880b00b0d31ee7436c6d8eb3ba15
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/fb7c2d99f7df880b00b0d31ee7436c6d8eb3ba15
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/20220821/cc46d724/attachment.html>
More information about the ghc-commits
mailing list