Alec Berryman wrote:
Neil Mitchell on 2007-07-10 11:44:11 +0100:

First, it appears that GHC.Prim no longer exists, I can't :m it. I was
using it as the import location for RealWorld and State# - I've now
moved to using GHC.Base.

http://www.haskell.org/pipermail/glasgow-haskell-users/2007-May/012674.html

The issue was reported back in May but must have been forgotten; Simon
Marlow's diagnosis was that "GHC.Prim is being filtered out of the
module list during installation".

GHC.Exts is the official place to get these things from. It re-exports the whole of GHC.Prim.

I do have it on my list to fix the visibilty of GHC.Prim sometime, but you should be able to get going by importing GHC.Exts instead.

Cheers,
        Simon

_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to