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 4c3cdfd commit e39d155Copy full SHA for e39d155
haskell-load.el
@@ -182,7 +182,7 @@ actual Emacs buffer of the module being loaded."
182
(when haskell-process-suggest-hayoo-imports
183
(let ((modules (haskell-process-hayoo-ident ident)))
184
(haskell-process-suggest-imports session file modules ident)))))
185
- ((string-match "^[ ]+It is a member of the hidden package [‘`‛]\\(.+\\)['’].$" msg)
+ ((string-match "^[ ]+It is a member of the hidden package [‘`‛]\\([^@\r\n]+\\).*['’].$" msg)
186
(when haskell-process-suggest-add-package
187
(haskell-process-suggest-add-package session msg)))))
188
0 commit comments