[commit: ghc] master: docs: Fix ghc_config.py.in (93e21b9)

git at git.haskell.org git at git.haskell.org
Sat Oct 3 09:09:44 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/93e21b96f94556dc3f0bcee7615cb7f31444bd99/ghc

>---------------------------------------------------------------

commit 93e21b96f94556dc3f0bcee7615cb7f31444bd99
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Sat Oct 3 10:30:20 2015 +0200

    docs: Fix ghc_config.py.in


>---------------------------------------------------------------

93e21b96f94556dc3f0bcee7615cb7f31444bd99
 docs/users_guide/ghc_config.py.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/users_guide/ghc_config.py.in b/docs/users_guide/ghc_config.py.in
index 8ff4aa9..0f15d3f 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@'



More information about the ghc-commits mailing list