cvs commit: fptools/libraries/base Makefile.nhc98
Malcolm Wallace
Malcolm.Wallace at cs.york.ac.uk
Mon Feb 6 06:38:18 EST 2006
Ross Paterson <ross at soi.city.ac.uk> writes:
> > Modified files:
> > libraries/base Makefile.nhc98
> > Log:
> > add Data.Foldable and Control.Applicative
>
> Would Data.Traversable work too?
It compiles OK with nhc98, yes. But we can't import Data.Foldable
in Data.Tree without problems - there is a bug in nhc98 that means
it reports duplicate imports of foldr and foldl.
For now, I'm reverting my builds of Data.Tree (only) to cvs revision
-r1.12, prior to the addition of Data.Foldable.
Regards,
Malcolm
More information about the Cvs-libraries
mailing list