[GHC] #1205: ghci reports functions not in scope after loading a .hs, if there is a .o present

GHC trac at galois.com
Tue Jun 26 07:42:37 EDT 2007


#1205: ghci reports functions not in scope after loading a .hs, if there is a .o
present
--------------------------------+-------------------------------------------
    Reporter:  guest            |        Owner:         
        Type:  feature request  |       Status:  new    
    Priority:  normal           |    Milestone:  _|_    
   Component:  GHCi             |      Version:  6.6    
    Severity:  normal           |   Resolution:         
    Keywords:                   |   Difficulty:  Unknown
          Os:  Unknown          |     Testcase:         
Architecture:  Unknown          |  
--------------------------------+-------------------------------------------
Comment (by Isaac Dupree):

 Actually, that could be positively useful considering when ghci needs
 things to be compiled first
 <http://www.haskell.org/ghc/docs/latest/html/users_guide/ghci-faq.html>
 ... including -O, though "exporting" everything in a module like this
 would probably have some impact on optimizations?  Separately, it would be
 nice to avoid modules that depend on this one from having to be recompiled
 more often, since _they_ only depend on the external module interface...

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