Forked from
Glasgow Haskell Compiler / GHC
13979 commits behind the upstream repository.
-
These are needed by the user guide documentation. Fixes #17260.
These are needed by the user guide documentation. Fixes #17260.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
ghc_config.py.in 755 B
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': '@LIBRARY_base_VERSION@',
'ghc-prim': '@LIBRARY_ghc_prim_VERSION@',
'template-haskell': '@LIBRARY_template_haskell_VERSION@',
'ghc-compact': '@LIBRARY_ghc_compact_VERSION@',
'ghc': '@LIBRARY_ghc_VERSION@',
'parallel': '@LIBRARY_parallel_VERSION@',
'Cabal': '@LIBRARY_Cabal_VERSION@',
'array': '@LIBRARY_array_VERSION@',
}
version = '@ProjectVersion@'
llvm_version = '@LlvmVersion@'