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 6c3ecf6 + 694b83c commit 4a15fb3Copy full SHA for 4a15fb3
haskell-debug.el
@@ -713,9 +713,9 @@ variances in source span notation."
713
For example:
714
715
X ( /home/foo/X.hs, interpreted )
716
-
+Main ( /home/foo/X.hs, /home/foo/X.o )
717
"
718
- (if (string-match "^\\([^ ]+\\)[ ]+( \\([^ ]+?\\), [a-z]+ )$"
+ (if (string-match "\\([^ ]+\\)[ ]+( \\([^ ]+?\\), [/a-zA-Z0-9\.]+ )$"
719
string)
720
(list :module (match-string 1 string)
721
:path (match-string 2 string))
0 commit comments