Jeff Lewis <[EMAIL PROTECTED]> writes:
> The Makefile in hslibs/contrib tries to expand the heap for Cubic_Spline
> by setting:
> Cubic_Spline_HC_OPTS=-H10m
> This relies on
> HC_OPTS = ... $($*_HC_OPTS) ...
> However, since the source file is in the subdirectory src, $* gets
> expanded to `src/Cubic_Spline', instead of the intended `Cubic_Spline',
> the end result being that ghc bails out with the dreaded
> GHC's heap exhausted!
Thanks - I found this this morning after the overnight builds failed.
Not sure how it got there - it probably wasn't noticed because I'm
lazy and always use GhcLibHcOpts=-H25m or something.
Cheers,
Simon
--
Simon Marlow [EMAIL PROTECTED]
University of Glasgow http://www.dcs.gla.ac.uk/~simonm/
finger for PGP public key