summaryrefslogtreecommitdiff
path: root/compiler/GHC/HsToCore/Errors/Ppr.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/HsToCore/Errors/Ppr.hs')
-rw-r--r--compiler/GHC/HsToCore/Errors/Ppr.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/HsToCore/Errors/Ppr.hs b/compiler/GHC/HsToCore/Errors/Ppr.hs
index eba5c12e74..3109370543 100644
--- a/compiler/GHC/HsToCore/Errors/Ppr.hs
+++ b/compiler/GHC/HsToCore/Errors/Ppr.hs
@@ -304,7 +304,7 @@ instance Diagnostic DsMessage where
DsNotYetHandledByTH{} -> noHints
DsAggregatedViewExpressions{} -> noHints
DsUnbangedStrictPatterns{} -> noHints
- DsCannotMixPolyAndUnliftedBindings{} -> [SuggestAddTypeSignature]
+ DsCannotMixPolyAndUnliftedBindings{} -> [SuggestAddTypeSignatures UnnamedBinding]
DsWrongDoBind rhs _ -> [SuggestBindToWildcard rhs]
DsUnusedDoBind rhs _ -> [SuggestBindToWildcard rhs]
DsRecBindsNotAllowedForUnliftedTys{} -> noHints