Re: Hat installation problems

Malcolm Wallace <[email protected]> Tue, 14 Feb 2006 15:12:21 +0000
Newsgroups gmane.comp.lang.haskell.hat
Organization Dept of Computer Science, University of York
Message-ID <[email protected]>
Rita,

> I edit the config file and it looks like this:
> GHCSYM=
> 
> 604
> 
> line 11 is a space between "GHCSYM=" and "604"

The detection script for the ghc version is inserting extra spaces where
there should not be spaces.  You have fixed one place where this is a
problem, but it seems there is at least one more place.

The correct fix is to the detection script itself.  Here is a patch that
should make the detection more robust.  After applying it, you will need
to re-run 'configure', so that the new settings are propagated.

Regards,
    Malcolm

_______________________________________________
Hat mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/hat
patch-hatconf (application/x-diff, 346 B) - not displayed