On 25 May 2004 12:58, Serge D. Mechveliani wrote:

> Dear GHC team,
> 
> I have tested (on somewhat 90%) the  cvs ghc-6-2-branch  of May 24.
> It looks almost correct for DoCon.
> Still I pretend to report the two bugs, so far.
> 
> 1: (wrote earlier) is on negative number of bytes shown by
>    `:set +s'.

Fixed.  However, you should be aware that the number of bytes reported
by :set +s is not very accurate (please don't use it if accurate
measurements are required).

>    <interactive>:1:
>     Failed to load interface for `Root':
>         Bad interface file: ./Root.hi
>           ./Root.hi: openBinaryFile: does not exist
>              (No such file or directory)
> 
>    <interactive>:1: Variable not in scope: `Root.intRoot'

I believe I have fixed this message.  However, what you are trying to do
may still not work, because the module Root is present both in the
current directory and in a package.  GHC might try to recompile it from
the current directory.

Cheers,
        Simon
_______________________________________________
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to