diff options
author | Sylvain Henry <sylvain@haskus.fr> | 2016-12-09 10:28:45 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-12-09 10:28:51 -0500 |
commit | 1c296c0c23bb058e44f4c8072fbbb0c405bfa0db (patch) | |
tree | aee5e11a95d941f766d3675709cc2c3ac43bb236 /compiler/main | |
parent | cee72d5c3c53863bd4fc9f324a93c322448e038e (diff) | |
download | haskell-1c296c0c23bb058e44f4c8072fbbb0c405bfa0db.tar.gz |
Export `warningGroups' and `warningHierarchies'
Reviewers: austin, mpickering, bgamari
Reviewed By: mpickering, bgamari
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D2806
Diffstat (limited to 'compiler/main')
-rw-r--r-- | compiler/main/DynFlags.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs index d9ffa82bce..3237a0a9b7 100644 --- a/compiler/main/DynFlags.hs +++ b/compiler/main/DynFlags.hs @@ -28,6 +28,7 @@ module DynFlags ( FatalMessager, LogAction, FlushOut(..), FlushErr(..), ProfAuto(..), glasgowExtsFlags, + warningGroups, warningHierarchies, dopt, dopt_set, dopt_unset, gopt, gopt_set, gopt_unset, setGeneralFlag', unSetGeneralFlag', wopt, wopt_set, wopt_unset, |