Re: cvs commit: hugs98 Makefile RPM.mk hugs98/libraries/tools convert_libraries
Ross Paterson <[email protected]> Tue, 5 Sep 2006 11:58:31 +0100
| Newsgroups | gmane.comp.lang.haskell.cvs.hugs |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Sep 05, 2006 at 11:35:03AM +0100, Malcolm Wallace wrote: > Ross Paterson <[email protected]> wrote: > > > Modified files: > > . Makefile RPM.mk > > libraries/tools convert_libraries > > Log: > > drop HaXml (no longer builds) > > In what way does HaXml fail to build for Hugs? Is it easily fixable? There's the use of the cpp symbol VERSION, fixable by adding cc-options: -DVERSION="1.16" or putting the definition in an include file, and there's the famous Data.FiniteMap.