[Git][ghc/ghc][wip/rts-configure-0] Add rts/configure to source dist
Matthew Pickering (@mpickering)
gitlab at gitlab.haskell.org
Thu Jan 5 09:36:01 UTC 2023
Matthew Pickering pushed to branch wip/rts-configure-0 at Glasgow Haskell Compiler / GHC
Commits:
59e112cd by Matthew Pickering at 2023-01-05T09:35:51+00:00
Add rts/configure to source dist
- - - - -
1 changed file:
- hadrian/src/Rules/SourceDist.hs
Changes:
=====================================
hadrian/src/Rules/SourceDist.hs
=====================================
@@ -142,7 +142,8 @@ prepareTree dest = do
moveFile (dest -/- "boot") (dest -/- "boot.source")
bootFiles =
- [ pkgPath process -/- "include" -/- "HsProcessConfig.h.in"
+ [ pkgPath rts -/- "configure"
+ , pkgPath process -/- "include" -/- "HsProcessConfig.h.in"
, pkgPath process -/- "configure"
, pkgPath ghcBignum -/- "configure"
, pkgPath base -/- "configure"
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/59e112cddbdda5e38f32df3f954f83d2a37ac783
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/59e112cddbdda5e38f32df3f954f83d2a37ac783
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/20230105/206acfb2/attachment.html>
More information about the ghc-commits
mailing list