importsphinxfromutilsimportparse_versionifparse_version(sphinx.__version__)>=parse_version("4.0.0"):# N.B. see #23807 and #22690extlinks={'ghc-ticket':('https://gitlab.haskell.org/ghc/ghc/issues/%s','#%s'),'ghc-wiki':('https://gitlab.haskell.org/ghc/ghc/wikis/%s','%s'),}else:extlinks={'ghc-ticket':('https://gitlab.haskell.org/ghc/ghc/issues/%s','#'),'ghc-wiki':('https://gitlab.haskell.org/ghc/ghc/wikis/%s',''),}libs_base_uri='../libraries'# N.B. If you add a package to this list be sure to also add a corresponding# LIBRARY_VERSION macro call to configure.ac.lib_versions={'base':'base-4.19.0.0-inplace','ghc-prim':'ghc-prim-0.10.0-inplace','template-haskell':'template-haskell-2.21.0.0-inplace','ghc-compact':'ghc-compact-0.1.0.0-inplace','ghc':'ghc-9.9-inplace','parallel':'@LIBRARY_parallel_UNIT_ID@','Cabal':'Cabal-3.11.0.0-inplace','array':'array-0.5.6.0-inplace',}version='9.9.20231013'llvm_version_min='13'llvm_version_max='16'
(N.B. @LIBRARY_parallel_UNIT_ID@ is dead, I'll remove in an independent MR: !11452 (closed))