[Git][ghc/ghc][wip/22253] Build System: Remove out-of-date comment about make build system
Matthew Pickering (@mpickering)
gitlab at gitlab.haskell.org
Wed Oct 12 20:19:11 UTC 2022
Matthew Pickering pushed to branch wip/22253 at Glasgow Haskell Compiler / GHC
Commits:
69151443 by Matthew Pickering at 2022-10-12T21:19:03+01:00
Build System: Remove out-of-date comment about make build system
Both make and hadrian interleave compilation of modules of different
modules and don't respect the package boundaries. Therefore I just
remove this comment which points out this "difference".
Fixes #22253
- - - - -
1 changed file:
- libraries/base/GHC/Base.hs
Changes:
=====================================
libraries/base/GHC/Base.hs
=====================================
@@ -162,10 +162,6 @@ resulting in:
Failed to load interface for ‘GHC.Num.Integer’
There are files missing in the ‘ghc-bignum’ package,
-Note that this is only a problem with the make-based build system. Hadrian
-doesn't interleave compilation of modules from separate packages and respects
-the dependency between `base` and `ghc-bignum`.
-
To ensure that GHC.Num.Integer is there, we must ensure that there is a visible
dependency on GHC.Num.Integer from every module in base. We make GHC.Base
depend on GHC.Num.Integer; and everything else either depends on GHC.Base,
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/6915144397ef17a21dd38a762af945ec5d5cc385
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/6915144397ef17a21dd38a762af945ec5d5cc385
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/20221012/e0d96f71/attachment.html>
More information about the ghc-commits
mailing list