#5987: Too many symbols in ghc package DLL
---------------------------------+------------------------------------------
    Reporter:  igloo             |       Owner:                  
        Type:  bug               |      Status:  new             
    Priority:  highest           |   Milestone:  7.8.1           
   Component:  Compiler          |     Version:  7.5             
    Keywords:                    |          Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |     Failure:  None/Unknown    
  Difficulty:  Unknown           |    Testcase:                  
   Blockedby:                    |    Blocking:  3658            
     Related:                    |  
---------------------------------+------------------------------------------

Comment(by duncan):

 Have we looked into whether we can avoid exporting so many symbols by
 hiding all package-internal symbols. My intuition is that there must be
 lots of them that are only needed for intra-package linkage and are not
 needed in the external interface. The only symbols that should need to be
 external are the ones for things accessable via the .hi files of the
 exposed modules. Though if basically every module is exposed then that
 would not help much.

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