Vikrant <vikrant.patil(a)gmail.com> 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