Skip to content

Commit 5277cfb

Browse files
authored
Merge pull request #1605 from doofin/master
Update haskell-load.el (fix "Unexpected response from haskell process")
2 parents 95c970a + 7ecd3d8 commit 5277cfb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

haskell-load.el

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,10 @@ actual Emacs buffer of the module being loaded."
109109
process
110110
"Ok, \\(?:[0-9]+\\) modules? loaded\\.$")
111111
t)
112+
((haskell-process-consume
113+
process
114+
"Ok, \\(?:[a-z]+\\) module loaded\\.$") ;; for ghc 8.4
115+
t)
112116
((haskell-process-consume
113117
process
114118
"Failed, \\(?:[0-9]+\\) modules? loaded\\.$")

0 commit comments

Comments
 (0)