[Git][ghc/ghc][wip/andreask/9.10-backports] 2 commits: release: copy index.html from correct directory
Andreas Klebinger (@AndreasK)
gitlab at gitlab.haskell.org
Thu Feb 27 16:59:57 UTC 2025
Andreas Klebinger pushed to branch wip/andreask/9.10-backports at Glasgow Haskell Compiler / GHC
Commits:
ab5e7d46 by Zubin Duggal at 2025-02-27T17:28:50+01:00
release: copy index.html from correct directory
(cherry picked from commit cbfd0829cd61928976c9eb17ba4af18272466063)
(cherry picked from commit ea3f7fd5f702d41077fff0a749b9c443d54e4844)
- - - - -
6704474d by Zubin Duggal at 2025-02-27T17:36:24+01:00
Add haskeline to stage0Packages
Otherwise we link against boot inplace and boot unix as boot haskeline
depends on boot unix.
(cherry picked from commit 90b493769ebdf3cd7be404d18462dc20ac1044df)
(cherry picked from commit 3e10fa7526af3f5f90c08226c25291cdd430bec8)
- - - - -
2 changed files:
- .gitlab/rel_eng/fetch-gitlab-artifacts/fetch_gitlab.py
- hadrian/src/Settings/Default.hs
Changes:
=====================================
.gitlab/rel_eng/fetch-gitlab-artifacts/fetch_gitlab.py
=====================================
@@ -129,7 +129,7 @@ def fetch_artifacts(release: str, pipeline_id: int,
for f in doc_files:
subprocess.run(['tar', '-xf', f, '-C', dest])
logging.info(f'extracted docs {f} to {dest}')
- index_path = destdir / 'index.html'
+ index_path = destdir / 'docs' / 'index.html'
index_path.replace(dest / 'index.html')
elif job.name == 'hackage-doc-tarball':
dest = dest_dir / 'hackage_docs'
=====================================
hadrian/src/Settings/Default.hs
=====================================
@@ -100,6 +100,7 @@ stage0Packages = do
, ghci
, ghcPkg
, haddock
+ , haskeline
, hsc2hs
, hpc
, hpcBin
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/943eec07c37565c54d09b3fafdf329dd5ca4cd4d...6704474dbe33e1a4bed05005b64d81b12e9593e4
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/943eec07c37565c54d09b3fafdf329dd5ca4cd4d...6704474dbe33e1a4bed05005b64d81b12e9593e4
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/20250227/c7860c52/attachment-0001.html>
More information about the ghc-commits
mailing list