[Hat] Hat bug report: hat 2.02 vs ghc 6.2

Fergus Henderson fjh007 at galois.com
Tue Jun 22 17:41:52 EDT 2004


On 22-Jun-2004, Malcolm Wallace <Malcolm.Wallace at cs.york.ac.uk> wrote:
> I don't know which patches have been applied to the Debian package.

See attached for the full list.

Looking at those patches, I see that the problem is indeed in the
patch.    Part of the patch is

	+
	+Foreign/ForeignPtr.hs:
	+       if [ $(HC) = ghc6 ]; then cp Foreign/ForeignPtr-ghc6.hs  $@; \
	+                            else cp Foreign/ForeignPtr-other.hs $@; fi
	+

which doesn't work properly in the case when HC=ghc and the ghc program
in the PATH happens to be ghc version 6.2.  HC=ghc seems to be the default
if ghc is in your PATH and you don't specify any options to configure.

-- 
Fergus J. Henderson                 |  "I have always known that the pursuit
Galois Connections, Inc.            |  of excellence is a lethal habit"
Phone: +1 503 626 6616              |     -- the last words of T. S. Garp.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: hat_2.02-8.diff.gz
Type: application/x-gzip
Size: 16710 bytes
Desc: not available
Url : http://www.haskell.org//pipermail/hat/attachments/20040622/990ed2e5/hat_2.02-8.diff-0001.bin


More information about the Hat mailing list