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 3a019e6 + fb8df6c commit 20f72ccCopy full SHA for 20f72cc
haskell-compile.el
@@ -92,7 +92,8 @@ The `%s' placeholder is replaced by the current buffer's filename."
92
93
(defconst haskell-compilation-error-regexp-alist
94
`((,(concat
95
- "^ *\\(?1:[^\t\r\n]+?\\):"
+ "^ *\\([^\n\r\t>]*\s*> \\)?" ;; if using multi-package stack project, remove the package name that is prepended
96
+ "\\(?1:[^\t\r\n]+?\\):"
97
"\\(?:"
98
"\\(?2:[0-9]+\\):\\(?4:[0-9]+\\)\\(?:-\\(?5:[0-9]+\\)\\)?" ;; "121:1" & "12:3-5"
99
"\\|"
0 commit comments