Re: Hat bug report: hat 2.02 vs ghc 6.2
Fergus Henderson <[email protected]> Tue, 22 Jun 2004 14:41:52 -0700
| Newsgroups | gmane.comp.lang.haskell.hat |
|---|---|
| Message-ID | <[email protected]> |
On 22-Jun-2004, Malcolm Wallace <[email protected]> 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. _______________________________________________ Hat mailing list [email protected] http://www.haskell.org/mailman/listinfo/hat
hat_2.02-8.diff.gz
(application/x-gzip, 16.3 KB) - not displayed