#653: Changeable lexer/parser (like DynFlags.log_action)
-----------------------------------------+----------------------------------
  Reporter:  Lemmih                      |          Owner:                  
      Type:  feature request             |         Status:  closed          
  Priority:  low                         |      Milestone:  _|_             
 Component:  Compiler                    |        Version:  6.4.1           
Resolution:  fixed                       |       Keywords:                  
  Testcase:  N/A                         |      Blockedby:                  
Difficulty:  Moderate (less than a day)  |             Os:  Unknown/Multiple
  Blocking:                              |   Architecture:  Unknown/Multiple
   Failure:  None/Unknown                |  
-----------------------------------------+----------------------------------
Changes (by simonmar):

  * status:  new => closed
  * failure:  => None/Unknown
  * resolution:  => fixed


Comment:

 The GHC API exposes separate phases, so you can replace the provided

 {{{
 parseModule :: GhcMonad m => ModSummary -> m ParsedModule
 }}}

 with your own if you wish.

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