summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2015-10-03 10:30:20 +0200
committerBen Gamari <ben@smart-cactus.org>2015-10-03 10:30:39 +0200
commit93e21b96f94556dc3f0bcee7615cb7f31444bd99 (patch)
treec0ca3217d73d18fb389203012f0db774624fbc14 /docs
parent4fd6207ec6960c429e6a1bcbe0282f625010f52a (diff)
downloadhaskell-93e21b96f94556dc3f0bcee7615cb7f31444bd99.tar.gz
docs: Fix ghc_config.py.in
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/ghc_config.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/ghc_config.py.in b/docs/users_guide/ghc_config.py.in
index 8ff4aa92fb..0f15d3fd15 100644
--- a/docs/users_guide/ghc_config.py.in
+++ b/docs/users_guide/ghc_config.py.in
@@ -6,4 +6,4 @@ extlinks = {
'ghc-wiki': ('http://ghc.haskell.org/trac/ghc/wiki/%s', 'Trac #'),
}
-version = @GhcVersion@
+version = '@GhcVersion@'