diff --git a/haskell-load.el b/haskell-load.el index 592fdd2a9..dc2647b64 100644 --- a/haskell-load.el +++ b/haskell-load.el @@ -139,6 +139,7 @@ actual Emacs buffer of the module being loaded." (not (string-match "\\([A-Z][A-Za-z]+\\) is deprecated" msg))) (string-match "Use \\([A-Z][A-Za-z]+\\) to permit this" msg) (string-match "Use \\([A-Z][A-Za-z]+\\) to allow" msg) + (string-match "Use \\([A-Z][A-Za-z]+\\) if you want to disable this" msg) (string-match "use \\([A-Z][A-Za-z]+\\)" msg) (string-match "You need \\([A-Z][A-Za-z]+\\)" msg))) (when haskell-process-suggest-language-pragmas