summaryrefslogtreecommitdiff
path: root/compiler/GHC/Driver/Session.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Driver/Session.hs')
-rw-r--r--compiler/GHC/Driver/Session.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/GHC/Driver/Session.hs b/compiler/GHC/Driver/Session.hs
index 4e570f1b3e..f6095677e4 100644
--- a/compiler/GHC/Driver/Session.hs
+++ b/compiler/GHC/Driver/Session.hs
@@ -3243,7 +3243,8 @@ wWarningFlagsDeps = mconcat [
warnSpec Opt_WarnInvalidHaddock,
warnSpec Opt_WarnOperatorWhitespaceExtConflict,
warnSpec Opt_WarnOperatorWhitespace,
- warnSpec Opt_WarnImplicitLift
+ warnSpec Opt_WarnImplicitLift,
+ warnSpec Opt_WarnMissingExportedPatternSynonymSignatures
]
-- | These @-\<blah\>@ flags can all be reversed with @-no-\<blah\>@