#2682: Keep going after failed search for module in current directory
---------------------------------+------------------------------------------
    Reporter:  ajd               |       Owner:                  
        Type:  bug               |      Status:  new             
    Priority:  normal            |   Component:  Compiler        
     Version:  6.8.2             |    Severity:  minor           
    Keywords:                    |    Testcase:                  
Architecture:  Unknown/Multiple  |          Os:  Unknown/Multiple
---------------------------------+------------------------------------------
 Inside a package's source directory after the package has been installed,
 if I type {{{ghci}}} and then {{{import MODNAME}}}, where MODNAME is a
 module in the package, GHCi throws an error: {{{module main:MODNAME is not
 loaded}}}, even though MODNAME is part of the package (in its system-
 installed state). The desired behavior, I think, is to keep on going and
 realize that MODNAME is a module in an already-installed package, and then
 load that.

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