diff options
Diffstat (limited to 'compiler/GHC/Parser/PostProcess.hs')
-rw-r--r-- | compiler/GHC/Parser/PostProcess.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/GHC/Parser/PostProcess.hs b/compiler/GHC/Parser/PostProcess.hs index c86d1f69c6..ecf31c01ea 100644 --- a/compiler/GHC/Parser/PostProcess.hs +++ b/compiler/GHC/Parser/PostProcess.hs @@ -2612,6 +2612,7 @@ warnPrepositiveQualifiedModule span = <+> text "in prepositive position" $$ text "Suggested fix: place " <+> quotes (text "qualified") <+> text "after the module name instead." + $$ text "To allow this, enable language extension 'ImportQualifiedPost'" failOpNotEnabledImportQualifiedPost :: SrcSpan -> P () failOpNotEnabledImportQualifiedPost loc = addError loc msg |