Ben Gamari pushed to branch ghc-9.10 at Glasgow Haskell Compiler / GHC
Commits:
-
da185a48
by Zubin Duggal at 2025-04-16T15:58:54-04:00
-
73c1e1c6
by Ben Gamari at 2025-04-16T19:33:33-04:00
2 changed files:
Changes:
... | ... | @@ -129,7 +129,7 @@ def fetch_artifacts(release: str, pipeline_id: int, |
129 | 129 | for f in doc_files:
|
130 | 130 | subprocess.run(['tar', '-xf', f, '-C', dest])
|
131 | 131 | logging.info(f'extracted docs {f} to {dest}')
|
132 | - index_path = destdir / 'docs' / 'index.html'
|
|
132 | + index_path = destdir / 'index.html'
|
|
133 | 133 | index_path.replace(dest / 'index.html')
|
134 | 134 | elif job.name == 'hackage-doc-tarball':
|
135 | 135 | dest = dest_dir / 'hackage_docs'
|
... | ... | @@ -13,7 +13,7 @@ dnl |
13 | 13 | # see what flags are available. (Better yet, read the documentation!)
|
14 | 14 | #
|
15 | 15 | |
16 | -AC_INIT([The Glorious Glasgow Haskell Compilation System], [9.10.2], [glasgow-haskell-bugs@haskell.org], [ghc-AC_PACKAGE_VERSION])
|
|
16 | +AC_INIT([The Glorious Glasgow Haskell Compilation System], [9.10.1], [glasgow-haskell-bugs@haskell.org], [ghc-AC_PACKAGE_VERSION])
|
|
17 | 17 | # Version on master must be X.Y (not X.Y.Z) for ProjectVersionMunged variable
|
18 | 18 | # to be useful (cf #19058). However, the version must have three components
|
19 | 19 | # (X.Y.Z) on stable branches (e.g. ghc-9.2) to ensure that pre-releases are
|