Problems building ghc-current

Malcolm Wallace Malcolm.Wallace@cs.york.ac.uk
Wed, 28 May 2003 12:45:39 +0100


"Simon Marlow" <simonmar@microsoft.com> writes:

> >     /cvs --+
> >            |
> >            +-- CVSROOT
> >            |
> >            +-- fptools
> >            |
> >            +-- ghc
> >            |
> >            +-- libraries
> >            |
> >            +-- hslibs
> >            |
> >            +-- green-card
> >          [...]
> 
> We could just rearrange the repository in place, and everything would
> still work, right?  Well, perhaps the script that generates the CVS
> commit logs would have to be tweaked.

Don't forget that any scripts/Makefiles that refer to ../something may
need to change to ../fptools/something.  Examples might include the
global `mk' files, glafp-utils, and so on.  Of course, those could
all live at the new toplevel as well, provided that checking out the
'fptools' project collected all of them in one operation.

Regards,
    Malcolm