[commit: ghc] master: Expose wopt_set/unset_fatal in DynFlags (c89297e)

git at git.haskell.org git at git.haskell.org
Fri Sep 28 15:19:06 UTC 2018


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

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

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

commit c89297ee41f218a92870563d881548754c3d89e4
Author: Neil Mitchell <ndmitchell at gmail.com>
Date:   Wed Sep 26 10:58:38 2018 +0100

    Expose wopt_set/unset_fatal in DynFlags
    
    PR: https://github.com/ghc/ghc/pull/199/


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

c89297ee41f218a92870563d881548754c3d89e4
 compiler/main/DynFlags.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs
index 9f0ba57..e7e541b 100644
--- a/compiler/main/DynFlags.hs
+++ b/compiler/main/DynFlags.hs
@@ -32,7 +32,7 @@ module DynFlags (
         dopt, dopt_set, dopt_unset,
         gopt, gopt_set, gopt_unset, setGeneralFlag', unSetGeneralFlag',
         wopt, wopt_set, wopt_unset,
-        wopt_fatal,
+        wopt_fatal, wopt_set_fatal, wopt_unset_fatal,
         xopt, xopt_set, xopt_unset,
         lang_set,
         useUnicodeSyntax,



More information about the ghc-commits mailing list