File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1016,8 +1016,8 @@ don't care when the thing completes as long as it's soonish."
1016
1016
" Look for an <interactive> compile error; if there is one, pop
1017
1017
that up in a buffer, similar to `debug-on-error' ."
1018
1018
(when (and haskell-interactive-types-for-show-ambiguous
1019
- (string-match " ^\n <interactive>:[0-9]+:[0-9]+:" response)
1020
- (not (string-match " ^\n <interactive>:[0-9]+:[0-9]+:[\n ]+Warning:" response)))
1019
+ (string-match " ^\n <interactive>:[- 0-9]+:[- 0-9]+:" response)
1020
+ (not (string-match " ^\n <interactive>:[- 0-9]+:[- 0-9]+:[\n ]+Warning:" response)))
1021
1021
(let ((inhibit-read-only t ))
1022
1022
(delete-region haskell-interactive-mode-prompt-start (point ))
1023
1023
(set-marker haskell-interactive-mode-prompt-start
You can’t perform that action at this time.
0 commit comments