[Hat] problems building hat-2.05 with ghc-6.4

Sebastian Fischer sebf at informatik.uni-kiel.de
Tue Apr 3 08:02:04 EDT 2007


On Apr 2, 2007, at 18:30 Uhr, Malcolm Wallace wrote:

> The easiest way to ensure Hat will build is to hide "util"
> again:
>     ghc-pkg-6.4 hide util-1.0

Although this didn't work, it was the essential hint that helped to  
fix the error. In src/hattools/Makefile there are the lines:

HMAKEFLAGS = -I. -I$(INCDIR) -fglasgow-exts -package lang -package  
util \
		 -DUSE_READLINE=1 $(BUILDOPTS) -prof -auto-all

If the parameter -package util is replaced by -package readline then  
make succeeds (at least on my system).

Regards,
Sebastian


More information about the Hat mailing list