
6 Nov
2002
6 Nov
'02
5:53 a.m.
yeah, the mode needs to be updated. edit your haskell-ghci.el file , namely the line which begins "(setq comint-prompt-regexp" to:
(setq comint-prompt-regexp "^[\*_a-zA-Z0-9\. ]*>")
The problem is that ghc changed a bit what it outputs.
The sources had been fixed some time ago, but I didn't get around to rolling a new version. Anyway, you'll now find version 1.44 of the emacs haskell mode on haskell.org: http://www.haskell.org/haskell-mode/ which works with recent GHCis. Cheers, Simon