[GHC] #1444: Template Haskell: add proper support for qualified names in non-splicing applications

GHC trac at galois.com
Thu Jun 21 12:29:25 EDT 2007


#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 SamB):

 Well, I was thinking that it would be nice to be able to specify a
 "cononical module" for a name, which might or might not correspond with
 where the Haddock documentation appears. I have no problem with needing to
 add a bunch of "import qualified"s in order to use Derive by non-TH means
 -- it seems better than having to guess at what modules to import, and
 having to worry about name clashes, as is currently necessary. And maybe
 UArray wasn't a good example ;-).

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


More information about the Glasgow-haskell-bugs mailing list