Re: [Haskell-cafe] problem in installing hat

Malcolm Wallace <[email protected]> Fri, 23 Mar 2007 09:01:31 +0000
Newsgroups gmane.comp.lang.haskell.hat
Organization Dept of Computer Science, University of York
Message-ID <[email protected]>
Vikrant <[email protected]> writes:

> tar -xvzf hat-2.05.tar.gz
> cd hat-2.05
> ./configure
> make
> 
> it gives me following error!
> 
> MkProg: hmake: the compiler 'ghc' is not known.

I suggest you do
    hmake-config ghc
then try 'make' again.

Regards,
    Malcolm