Ticket #2675 (closed bug: invalid)
Malformed pragma causes hang under emacs
Description
Running GHCi 6.8.3 under the Emacs haskell-ghci mode, an unterminated pragma causes emacs to hang. Not sure if this is a bug in haskell-ghci mode specifically; running the same file from outside emacs gives an error message, as expected, and doesn't hang. Here's a minimal test case:
{-# LANGUAGE PatternSignatures -}
Note the lack of terminating #.
Change History
Note: See
TracTickets for help on using
tickets.
