We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7b457b commit 98c37feCopy full SHA for 98c37fe
inf-haskell.el
@@ -81,7 +81,7 @@ The command can include arguments."
81
;; The format of error messages used by Hugs.
82
`(("^ERROR \"\\(.+?\\)\"\\(:\\| line \\)\\([0-9]+\\) - " 1 3)
83
;; Format of error messages used by GHCi.
84
- ("^\\(.+?\\):\\([0-9]+\\):\\(\\([0-9]+\\):\\)?\\( \\|\n *\\)\\(.arning\\)?"
+ ("^\\(.+?\\):\\([0-9]+\\):\\(\\([0-9]+\\):\\)?\\( \\|\n *\\)\\([Ww]arning\\)?"
85
1 2 4 ,@(if (fboundp 'compilation-fake-loc)
86
'((6) nil (5 '(face nil font-lock-multiline t)))))
87
;; Runtime exceptions, from ghci.
0 commit comments