Re: installation problems

Malcolm Wallace <[email protected]> Tue, 2 Dec 2008 11:39:24 +0000
Newsgroups gmane.comp.lang.haskell.hat
Organization Dept of Computer Science, University of York
Message-ID <[email protected]>
Martin Hofmann <[email protected]> wrote:

> (2.05-rerolled-5ubuntu1(hardy))
>           (Tried directory /usr/local/lib/hat-2.06)
> This sounds strange, because I have installed v2.05, why are libs from
> 2.06 required, which obviously are not there - or should they?

That sounds like a simple packaging error in the ubuntu .deb.  The
version numbers certain ought to match.

> hmake: the compiler 'ghc' is not known.

I seem to recall that some Debian-based packages of hmake have a
configuration that is independent of installed compilers - it knows only
about "haskell-compiler", but not ghc specifically.

You can easily tell hmake to learn about ghc however:
    hmake-config ghc

Regards,
    Malcolm