[Git][ghc/ghc][wip/test] users-guide: Fix :default: fields

Ben Gamari gitlab at gitlab.haskell.org
Wed Mar 18 15:58:04 UTC 2020



Ben Gamari pushed to branch wip/test at Glasgow Haskell Compiler / GHC


Commits:
671ac3f6 by Ben Gamari at 2020-03-18T15:57:52Z
users-guide: Fix :default: fields

- - - - -


1 changed file:

- docs/users_guide/using-warnings.rst


Changes:

=====================================
docs/users_guide/using-warnings.rst
=====================================
@@ -221,9 +221,10 @@ of ``-W(no-)*``.
         encountered on the command line.
     :type: dynamic
     :reverse: -Wno-unrecognised-warning-flags
-    :default: on
     :category:
 
+    :default: on
+
     Enables warnings when the compiler encounters a ``-W...`` flag that is not
     recognised.
 
@@ -253,9 +254,10 @@ of ``-W(no-)*``.
         :ghc-flag:`-fdefer-typed-holes`.
     :type: dynamic
     :reverse: -Wno-typed-holes
-    :default: on
     :category:
 
+    :default: on
+
     Determines whether the compiler reports typed holes warnings. Has no
     effect unless typed holes errors are deferred until runtime. See
     :ref:`typed-holes` and :ref:`defer-type-errors`



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/671ac3f68327ce7ed0181b5d38c677802085686c

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/671ac3f68327ce7ed0181b5d38c677802085686c
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20200318/971f0ad9/attachment-0001.html>


More information about the ghc-commits mailing list