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 dd0ea64 + 988b506 commit 95c970aCopy full SHA for 95c970a
haskell-compile.el
@@ -77,6 +77,10 @@ The `%s' placeholder is replaced by the current buffer's filename."
77
("^ \\(?:Declared at:\\| \\) \\(?1:[^ \t\r\n]+\\):\\(?2:[0-9]+\\):\\(?4:[0-9]+\\)$"
78
1 2 4 0) ;; info locus
79
80
+ ;; failed tasty tests
81
+ (".*error, called at \\(.*\\.hs\\):\\([0-9]+\\):\\([0-9]+\\) in .*" 1 2 3 2 1)
82
+ (" +\\(.*\\.hs\\):\\([0-9]+\\):$" 1 2 nil 2 1)
83
+
84
;; this is the weakest pattern as it's subject to line wrapping et al.
85
(" at \\(?1:[^ \t\r\n]+\\):\\(?2:[0-9]+\\):\\(?4:[0-9]+\\)\\(?:-\\(?5:[0-9]+\\)\\)?[)]?$"
86
1 2 (4 . 5) 0)) ;; info locus
0 commit comments