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.
1 parent 727f72a commit 337c41eCopy full SHA for 337c41e
haskell-load.el
@@ -134,6 +134,10 @@ actual Emacs buffer of the module being loaded."
134
process
135
"Failed, no modules loaded\\.$") ;; for ghc 8.4
136
nil)
137
+ ((haskell-process-consume
138
+ process
139
+ "Failed, unloaded all modules\\.$") ;; for ghc 9.10
140
+ nil)
141
(t
142
(error (message "Unexpected response from haskell process.")))))
143
(modules (haskell-process-extract-modules buffer))
0 commit comments