[GHC] #1139: Error when running ghci in emacs buffer

GHC trac at galois.com
Sat Feb 17 06:57:24 EST 2007


#1139: Error when running ghci in emacs buffer
---------------------+------------------------------------------------------
 Reporter:  guest    |          Owner:         
     Type:  bug      |         Status:  new    
 Priority:  normal   |      Milestone:         
Component:  GHCi     |        Version:  6.6    
 Severity:  normal   |     Resolution:         
 Keywords:           |     Difficulty:  Unknown
 Testcase:           |   Architecture:  x86    
       Os:  Windows  |  
---------------------+------------------------------------------------------
Old description:

> I'm running ghci inside of an emacs buffer. I was trying to load the
> Control.Monad.Identity module into ghci and encountered this.
>
> Prelude> :add Control.Monad.Identity
>
> <no location info>:
>     module `Control.Monad.Identity' is a package module
> Failed, modules loaded: none.
> Prelude> import Control.Monad.Identity
> <interactive>:1:0: parse error on input `import'
> Prelude> :show modules
> : panic! (the 'impossible' happened)
>   (GHC version 6.6 for i386-unknown-mingw32):
>         missing linkable
>
> Please report this as a GHC bug:  http://www.haskell.org/ghc/reportabug

New description:

 I'm running ghci inside of an emacs buffer. I was trying to load the
 Control.Monad.Identity module into ghci and encountered this.

 {{{
 Prelude> :add Control.Monad.Identity

 <no location info>:
     module `Control.Monad.Identity' is a package module
 Failed, modules loaded: none.
 Prelude> import Control.Monad.Identity
 <interactive>:1:0: parse error on input `import'
 Prelude> :show modules
 : panic! (the 'impossible' happened)
   (GHC version 6.6 for i386-unknown-mingw32):
         missing linkable

 Please report this as a GHC bug:  http://www.haskell.org/ghc/reportabug
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1139>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the Glasgow-haskell-bugs mailing list