#5243: ghc --make and ghci misses dependencies with explicit braces
---------------------------------+------------------------------------------
    Reporter:  simonpj           |        Owner:  simonmar                 
        Type:  bug               |       Status:  new                      
    Priority:  high              |    Milestone:  7.2.1                    
   Component:  Compiler          |      Version:  7.0.3                    
    Keywords:                    |     Testcase:                           
   Blockedby:                    |   Difficulty:                           
          Os:  Unknown/Multiple  |     Blocking:                           
Architecture:  Unknown/Multiple  |      Failure:  GHC rejects valid program
---------------------------------+------------------------------------------
Changes (by simonmar):

  * owner:  => simonmar
  * failure:  None/Unknown => GHC rejects valid program


Comment:

 The bug appears to be in the parser: `Parser.parseHeader` does not handle
 the case where a module consists of explicit curly braces with no module
 header (see `body2` in `Parser.y`).

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