[Git][ghc/ghc][wip/sv/T25246-b] Temp workaround
Sjoerd Visscher (@trac-sjoerd_visscher)
gitlab at gitlab.haskell.org
Wed Oct 23 13:01:15 UTC 2024
Sjoerd Visscher pushed to branch wip/sv/T25246-b at Glasgow Haskell Compiler / GHC
Commits:
18bab9dd by Sjoerd Visscher at 2024-10-23T15:01:03+02:00
Temp workaround
- - - - -
1 changed file:
- compiler/GHC/Driver/Make.hs
Changes:
=====================================
compiler/GHC/Driver/Make.hs
=====================================
@@ -1631,7 +1631,7 @@ downsweep_imports hsc_env old_summaries excl_mods allow_dup_roots (root_errs, ro
-- Add a dependency on the HsBoot file if it exists
-- This gets passed to the loopImports function which just ignores it if it
-- can't be found.
- [(ms_unitid ms, NoPkgQual, GWIB (noLoc $ ms_mod_name ms) IsBoot) | NotBoot <- [isBootSummary ms] ] ++
+ -- [(ms_unitid ms, NoPkgQual, GWIB (noLoc $ ms_mod_name ms) IsBoot) | NotBoot <- [isBootSummary ms] ] ++
[(ms_unitid ms, b, c) | (b, c) <- msDeps ms ]
logger = hsc_logger hsc_env
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/18bab9ddbc4674db8cb91042473ba325a62c1cd3
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/18bab9ddbc4674db8cb91042473ba325a62c1cd3
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/20241023/da77f5eb/attachment.html>
More information about the ghc-commits
mailing list