summaryrefslogtreecommitdiff
path: root/docs/users_guide/ghc_config.py.in
diff options
context:
space:
mode:
authorAdam Gundry <adam@well-typed.com>2015-10-16 13:58:52 +0100
committerAdam Gundry <adam@well-typed.com>2015-10-16 13:58:52 +0100
commit5a1b4f814f74ec1c48152d97523744518e212777 (patch)
tree7c2207ecacbd37f12c78dbcf9d4334827164e0fb /docs/users_guide/ghc_config.py.in
parent6757950cdd8bb0af0355539987ee78401a6a8f6b (diff)
parent808bbdf08058785ae5bc59b5b4f2b04951d4cbbf (diff)
downloadhaskell-wip/orf-reboot.tar.gz
Merge remote-tracking branch 'origin/master' into wip/orf-rebootwip/orf-reboot
Conflicts: compiler/rename/RnNames.hs compiler/typecheck/TcRnMonad.hs utils/haddock
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@'