[commit: ghc] master: Add -XStaticPointers to the flag reference. (3910306)

git at git.haskell.org git at git.haskell.org
Thu May 19 22:44:12 UTC 2016


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/39103062e50249da857761d0eaca325aa428e446/ghc

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

commit 39103062e50249da857761d0eaca325aa428e446
Author: Facundo Domínguez <facundo.dominguez at tweag.io>
Date:   Thu May 19 17:44:34 2016 -0300

    Add -XStaticPointers to the flag reference.


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

39103062e50249da857761d0eaca325aa428e446
 utils/mkUserGuidePart/Options/Language.hs | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/utils/mkUserGuidePart/Options/Language.hs b/utils/mkUserGuidePart/Options/Language.hs
index c9bb6ea..7dd8429 100644
--- a/utils/mkUserGuidePart/Options/Language.hs
+++ b/utils/mkUserGuidePart/Options/Language.hs
@@ -637,6 +637,13 @@ languageOptions =
          , flagReverse = "-XNoStandaloneDeriving"
          , flagSince = "6.8.1"
          }
+  , flag { flagName = "-XStaticPointers"
+         , flagDescription =
+           "Enable :ref:`static pointers <static-pointers>`."
+         , flagType = DynamicFlag
+         , flagReverse = "-XNoStaticPointers"
+         , flagSince = "7.10.1"
+         }
   , flag { flagName = "-XStrictData"
          , flagDescription =
            "Enable :ref:`default strict datatype fields <strict-data>`."



More information about the ghc-commits mailing list