We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc43299 + bab7968 commit ee4ecc1Copy full SHA for ee4ecc1
haskell-load.el
@@ -180,6 +180,7 @@ list of modules where missed IDENT was found."
180
(not (string-match "\\([A-Z][A-Za-z]+\\) is deprecated" msg)))
181
(string-match "Use \\([A-Z][A-Za-z]+\\) to permit this" msg)
182
(string-match "Use \\([A-Z][A-Za-z]+\\) to allow" msg)
183
+ (string-match "Use \\([A-Z][A-Za-z]+\\) to enable" msg)
184
(string-match
185
"Use \\([A-Z][A-Za-z]+\\) if you want to disable this"
186
msg)
0 commit comments