#6003: ghci should complain when the user imports non-existent modules
------------------------------+---------------------------------------------
 Reporter:  dagit             |          Owner:                  
     Type:  bug               |         Status:  new             
 Priority:  normal            |      Component:  GHCi            
  Version:  7.4.1             |       Keywords:                  
       Os:  Unknown/Multiple  |   Architecture:  Unknown/Multiple
  Failure:  None/Unknown      |       Testcase:                  
Blockedby:                    |       Blocking:                  
  Related:                    |  
------------------------------+---------------------------------------------

Comment(by creswick):

 This appears to be a regression, in 7.2.1, the following happens:

 {{{
 GHCi, version 7.2.1: http://www.haskell.org/ghc/  :? for help
 Loading package ghc-prim ... linking ... done.
 Loading package integer-gmp ... linking ... done.
 Loading package base ... linking ... done.
 Loading package ffi-1.0 ... linking ... done.
 Prelude> import Control.Monad.Pizza

 <no location info>:
     Could not find module `Control.Monad.Pizza'
     Perhaps you meant
       Control.Monad.Fix (from base)
       Control.Monad.Zip (from base)
       Control.Monad.ST (from base)
     Use -v to see a list of the files searched for.
 Prelude>
 }}}

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