diff options
author | Ben Gamari <ben@smart-cactus.org> | 2015-10-03 10:30:20 +0200 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2015-10-03 10:30:39 +0200 |
commit | 93e21b96f94556dc3f0bcee7615cb7f31444bd99 (patch) | |
tree | c0ca3217d73d18fb389203012f0db774624fbc14 | |
parent | 4fd6207ec6960c429e6a1bcbe0282f625010f52a (diff) | |
download | haskell-93e21b96f94556dc3f0bcee7615cb7f31444bd99.tar.gz |
docs: Fix ghc_config.py.in
-rw-r--r-- | docs/users_guide/ghc_config.py.in | 2 |
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@' |