> ghci does not find GHC.Prim, but ghc does:
> 
> ::::::::::::::
> A.lhs
> ::::::::::::::
> > module A
> > where
> > import GHC.Prim
> 
> > a# i# j#                      =  i# +# j#
> 
> ralf/tmp> ghc -c -fglasgow-exts A.lhs
> ralf/tmp> ghci -fglasgow-exts A.lhs
>    ___         ___ _
>   / _ \ /\  /\/ __(_)
>  / /_\// /_/ / /  | |      GHC Interactive, version 
> 5.03.20020410, for Haskell 
> 98.
> / /_\\/ __  / /___| |      http://www.haskell.org/ghc/
> \____/\/ /_/\____/|_|      Type :? for help.
> 
> Loading package base ... linking ... done.
> Loading package haskell98 ... linking ... done.
> can't find module `GHC.Prim'

This one will be fixed in 5.04, thanks for the report.

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

Reply via email to