#3825: "went past eof token" crash when using -XOverLoadedStrings
-------------------------------+--------------------------------------------
Reporter:  guest               |          Owner:                
    Type:  bug                 |         Status:  closed        
Priority:  normal              |      Component:  Compiler      
 Version:  6.10.4              |     Resolution:  duplicate     
Keywords:  xoverloadedstrings  |             Os:  Linux         
Testcase:                      |   Architecture:  x86_64 (amd64)
 Failure:  Compile-time crash  |  
-------------------------------+--------------------------------------------
Changes (by isaacdupree):

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


Comment:

 the correct language pragma is punctuated and capitalized this way:
 {{{
 {-# LANGUAGE OverloadedStrings #-}
 }}}
 The bad error message is a much-reported GHC bug, fixed in 6.12.1.

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