#1193: panic! addImpDecls in TH_dataD1 test
---------------------------------+------------------------------------------
    Reporter:  igloo             |       Owner:         
        Type:  bug               |      Status:  new    
    Priority:  normal            |   Milestone:  6.6.2  
   Component:  Template Haskell  |     Version:  6.6    
    Severity:  normal            |    Keywords:         
  Difficulty:  Unknown           |    Testcase:         
Architecture:  Unknown           |          Os:  Unknown
---------------------------------+------------------------------------------
addImpDecls seems to be being passed an empty group, and the list of decls
 {{{
 [$(dataD [] (mkName "D") [] [normalC "K" []] [])]
 }}}
 while it expects
 {{{
 -- The decls are imported, and should not have a splice
 }}}

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