Re: new C preprocessor breaks nhc's build process

Malcolm Wallace <[email protected]> Mon, 16 Aug 2004 10:12:28 +0100
Newsgroups gmane.comp.lang.haskell.nhc.bugs
Organization Dept of Computer Science, University of York
Message-ID <[email protected]>
Paul Stoeber <[email protected]> writes:

> The new behavior is documented in cpp.info of the gcc-3.4.1 distribution.
> Line 153 of nhc98-1.16/src/libraries/base/Data/List.hs
> expects the old behavior.

Thanks for the detailed report.  Future releases of nhc98 will use
cpphs in order to avoid problems with gcc's cpp.

Regards,
    Malcolm