Re: cvs commit: fptools/green-card/src Casm.lhs GreenCard.lhs Proc.lhs Process.lhs Target.lhs

Malcolm Wallace <[email protected]> Mon, 17 Mar 2003 17:27:32 +0000
Newsgroups gmane.comp.lang.haskell.cvs.green-card
Organization Dept of Computer Science, University of York
Message-ID <[email protected]>
Alastair Reid <[email protected]> writes:

> ps It seems that we could kill the NHC code in the CVS repository copy
> of GreenCard while we're at it.

I have already swung the knife, and am about to commit.

By the way, would anyone object if I also changed
    import Pretty     ->  import Text.PrettyPrint
    import FiniteMap  ->  import Data.FiniteMap
at the same time?

This would enable GreenCard to build cleanly with
    hmake -nhc98 -package base
(for nhc98-1.16 at any rate).

Regards,
    Malcolm