file location problems in ghci
This bug isn't that important, but it is a little
odd. If I try to run GHCi in the directory where the
prelude .hi files are, it can't find the interface
files. I don't know of any other directories where
this phenomenom occurs, although I did try a number of
the other directories off imports.
lps@peace:/usr/local/lib/ghc-5.00.2/imports/std$ ghci
___ ___ _
/ _ \ /\ /\/ __(_)
/ /_\// /_/ / / | | GHC Interactive, version
5.00.2, For Haskell 98.
/ /_\\/ __ / /___| | http://www.haskell.org/ghc/
\____/\/ /_/\____/|_| Type :? for help.
Loading package std ... linking ... done.
<no file>:0:
failed to load interface for `IO': Module `IO' is
not loaded
<no file>:0: Variable not in scope: `IO.hFlush'
<no file>:0:
failed to load interface for `PrelHandle':
Module `PrelHandle' is not loaded
<no file>:0: Variable not in scope: `PrelHandle.stderr'
ghc-5.00.2: panic! (the `impossible' happened, GHC
version 5.00.2):
interactiveUI:stderr
Please report it as a compiler bug to
glasgow-haskell-bugs@haskell.org,
or http://sourceforge.net/projects/ghc/.
Trac metadata
| Trac field | Value |
|---|---|
| Version | 5.0 |
| Type | Bug |
| TypeOfFailure | OtherFailure |
| Priority | low |
| Resolution | ResolvedFixed |
| Component | Compiler |
| Test case | |
| Differential revisions | |
| BlockedBy | |
| Related | |
| Blocking | |
| CC | |
| Operating system | |
| Architecture |