summaryrefslogtreecommitdiff
path: root/docs/users_guide/ghc_config.py.in
diff options
context:
space:
mode:
Diffstat (limited to 'docs/users_guide/ghc_config.py.in')
-rw-r--r--docs/users_guide/ghc_config.py.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/users_guide/ghc_config.py.in b/docs/users_guide/ghc_config.py.in
new file mode 100644
index 0000000000..0f15d3fd15
--- /dev/null
+++ b/docs/users_guide/ghc_config.py.in
@@ -0,0 +1,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 = '@GhcVersion@'