[commit: ghc] master: users-guide: Remove static field type from rts-flag (3b2deca)

git at git.haskell.org git at git.haskell.org
Mon Jul 4 21:31:27 UTC 2016


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/3b2deca1d8213278b11feb57651262464d4daeeb/ghc

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

commit 3b2deca1d8213278b11feb57651262464d4daeeb
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Fri Jul 1 14:56:01 2016 +0200

    users-guide: Remove static field type from rts-flag
    
    This was introduced by a cut-and-paste error.


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

3b2deca1d8213278b11feb57651262464d4daeeb
 docs/users_guide/conf.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/docs/users_guide/conf.py b/docs/users_guide/conf.py
index b2311c4..046b3c8 100644
--- a/docs/users_guide/conf.py
+++ b/docs/users_guide/conf.py
@@ -172,7 +172,6 @@ def setup(app):
                         indextemplate='pair: %s; RTS option',
                         doc_field_types=[
                             Field('since', label='Introduced in GHC version', names=['since']),
-                            Field('static')
                         ])
 
 def increase_python_stack():



More information about the ghc-commits mailing list