Hi there,
> Hello. I'm Hirotada Shimoda in Japan.
>
> I am interested in Parallel Haskell. I am trying to compile a parallel
> program on GHC-4.04. But I can't.
GHC 4.04 doesn't support Parallel Haskell. There is work in progress to
port the GPH run-time system from GHC 3.02, but it won't be ready until
early next year.
In the meantime, you can run parallel programs using GHC 0.29 (binaries for
a few architectures available from GHC's web site:
http://www.haskell.org/ghc) or GHC 3.02 (binaries are rumoured to be
available, but I'm not sure where).
Also, see the GPH web site at http://www.cee.hw.ac.uk/~dsg/gph/.
Cheers,
Simon