#2210: ghci gets into weird state if loading a module with a bad LANGUAGE pragma
------------------------+---------------------------------------------------
    Reporter:  bos      |       Owner:          
        Type:  bug      |      Status:  new     
    Priority:  normal   |   Component:  Compiler
     Version:  6.8.2    |    Severity:  normal  
    Keywords:           |    Testcase:          
Architecture:  Unknown  |          Os:  Unknown 
------------------------+---------------------------------------------------
 Try loading a module like this into `ghci`:

 {{{
 {-# LANGUAGE BreakMe #-}
 }}}

 This gets `ghci` into an odd wedged state, with a strange prompt, in which
 `Prelude` is not available.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2210>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to