#1444: Template Haskell: add proper support for qualified names in non-splicing
applications
---------------------------------+------------------------------------------
    Reporter:  SamB              |        Owner:         
        Type:  feature request   |       Status:  new    
    Priority:  normal            |    Milestone:         
   Component:  Template Haskell  |      Version:  6.6.1  
    Severity:  normal            |   Resolution:         
    Keywords:                    |   Difficulty:  Unknown
          Os:  Unknown           |     Testcase:         
Architecture:  Unknown           |  
---------------------------------+------------------------------------------
Comment (by neil):

 For something like [], we don't want to generate GHC.Base.[], we would
 want to generate Prelude.[], if anything. We may be able to have some
 notion of what a fixed list of names are when not in GHC, but it will
 never be complete.

 I'm not sure if Derive should be messing with module imports, that's
 something that could go wrong quite easily. I'm not sure what fixes (if
 any) could be made to Template Haskell to make Derive style usage more
 natural.

 Neil (Derive author)

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1444>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to