#3887: getOptions'.parseLanguage(2) went past eof token
-------------------------+--------------------------------------------------
  Reporter:  osaunders   |          Owner:         
      Type:  bug         |         Status:  closed 
  Priority:  normal      |      Milestone:         
 Component:  Compiler    |        Version:  6.10.4 
Resolution:  fixed       |       Keywords:         
Difficulty:              |             Os:  MacOS X
  Testcase:              |   Architecture:  x86    
   Failure:  GHCi crash  |  
-------------------------+--------------------------------------------------
Changes (by igloo):

  * status:  new => closed
  * resolution:  => fixed


Comment:

 Thanks for the report.

 The problem is the `-X` in your LANGUAGE pragma. It should just be
 {{{
 {-# LANGUAGE NoMonomorphismRestriction #-}
 }}}

 Happily, the bad error message is already fixed in 6.12.1.

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