#3153: Panic on syntactically wrong LANGUAGE pragma
-------------------------------+--------------------------------------------
    Reporter:  b_jonas         |        Owner:  igloo  
        Type:  bug             |       Status:  new    
    Priority:  normal          |    Milestone:         
   Component:  Compiler        |      Version:  6.10.2 
    Severity:  minor           |   Resolution:         
    Keywords:                  |   Difficulty:  Unknown
    Testcase:                  |           Os:  Linux  
Architecture:  x86_64 (amd64)  |  
-------------------------------+--------------------------------------------
Comment (by basvandijk):

 By accident I also ran into this bug with the following code:

 {{{
 {-# LANGUAGE MultiParamTypeClasses # -}
 module Main where
 main = print "Hello World"
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3153#comment:2>
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