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 3c8748c + 5864ef2 commit a5e89ffCopy full SHA for a5e89ff
haskell-load.el
@@ -139,6 +139,7 @@ actual Emacs buffer of the module being loaded."
139
(not (string-match "\\([A-Z][A-Za-z]+\\) is deprecated" msg)))
140
(string-match "Use \\([A-Z][A-Za-z]+\\) to permit this" msg)
141
(string-match "Use \\([A-Z][A-Za-z]+\\) to allow" msg)
142
+ (string-match "Use \\([A-Z][A-Za-z]+\\) if you want to disable this" msg)
143
(string-match "use \\([A-Z][A-Za-z]+\\)" msg)
144
(string-match "You need \\([A-Z][A-Za-z]+\\)" msg)))
145
(when haskell-process-suggest-language-pragmas
0 commit comments