[Git][ghc/ghc][wip/inplace-final] fix build
Matthew Pickering (@mpickering)
gitlab at gitlab.haskell.org
Mon Aug 22 15:52:34 UTC 2022
Matthew Pickering pushed to branch wip/inplace-final at Glasgow Haskell Compiler / GHC
Commits:
c6d08273 by Matthew Pickering at 2022-08-22T16:52:23+01:00
fix build
- - - - -
1 changed file:
- hadrian/src/Rules/Register.hs
Changes:
=====================================
hadrian/src/Rules/Register.hs
=====================================
@@ -151,7 +151,7 @@ buildConfFinal rs context at Context {..} _conf = do
-- Copy and register the package.
Cabal.copyPackage context
- Cabal.registerPackage context
+ Cabal.registerPackage rs context
-- We declare that this rule also produces files matching:
-- - <root>/stage<N>/lib/<arch>-<os>-ghc-<version>/*libHS<pkgid>*
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/c6d082737dadfcb5de95329906c247873f4758e9
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/c6d082737dadfcb5de95329906c247873f4758e9
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/20220822/e056cb52/attachment.html>
More information about the ghc-commits
mailing list