Ben Gamari pushed to branch ghc-9.10 at Glasgow Haskell Compiler / GHC

Commits:

2 changed files:

Changes:

  • .gitlab/rel_eng/fetch-gitlab-artifacts/fetch_gitlab.py
    ... ... @@ -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'
    

  • configure.ac
    ... ... @@ -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