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.
1 parent 98c6dde commit 9186bfcCopy full SHA for 9186bfc
haskell-process.el
@@ -796,7 +796,8 @@ from `module-buffer'."
796
(or (string-match " -X\\([A-Z][A-Za-z]+\\)" msg)
797
(string-match "Use \\([A-Z][A-Za-z]+\\) to permit this" msg)
798
(string-match "Use \\([A-Z][A-Za-z]+\\) to allow" msg)
799
- (string-match "use \\([A-Z][A-Za-z]+\\)" msg)))
+ (string-match "use \\([A-Z][A-Za-z]+\\)" msg)
800
+ (string-match "You need \\([A-Z][A-Za-z]+\\)" msg)))
801
(when haskell-process-suggest-language-pragmas
802
(haskell-process-suggest-pragma session "LANGUAGE" (match-string 1 msg) file)))
803
((string-match " The \\(qualified \\)?import of[ ][‘`‛]\\([^ ]+\\)['’] is redundant" msg)
0 commit comments