severity 403842 normal
thanks
On Tue, Dec 19, 2006 at 06:24:29PM -0600, JP Sugarbroad wrote:
>
> % hmake -ghc test.hs
> MkProg: hmake: the compiler 'ghc' is not known.
You can use
hmake -hc=ghc6 test.hs
or, after running the following:
hmake-config new
hmake-config add ghc
or just (as root):
hmake-config /var/lib/hmake/debian/hmakerc add ghc
your command
hmake -ghc test.hs
will also work.
I think to have -ghc work out of the box the right thing might be to
have a ghc package. I will think about this more, but it isn't going to
happen for etch.
Thanks
Ian
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]