summaryrefslogtreecommitdiff
path: root/docs/users_guide/ghc_config.py.in
blob: 41aee8da1d13cef6b5377e187cdb04448d0b0608 (plain)
1
2
3
4
5
6
7
8
9
extlinks = {
    'base-ref': ('../libraries/base-@LIBRARY_base_VERSION@/%s', ''),
    'cabal-ref': ('../libraries/Cabal-@LIBRARY_Cabal_VERSION@/%s', ''),
    'ghc-prim-ref': ('../libraries/ghc-prim-@LIBRARY_ghc_prim_VERSION@/%s', ''),
    'ghc-ticket': ('http://ghc.haskell.org/trac/ghc/ticket/%s', 'Trac #'),
    'ghc-wiki': ('http://ghc.haskell.org/trac/ghc/wiki/%s', 'Trac #'),
}

version = '@ProjectVersion@'