cvs commit: fptools/ghc/utils/ghc-pkg Main.hs Package.hs

Kevin Glynn keving@cs.mu.OZ.AU
Thu, 29 Mar 2001 09:29:01 +1000


Simon Marlow writes:
 > > Simon Marlow writes:
 > >  > 

 > > It works well,  unless you do a cvs update in fptools some time after
 > > the 'cvs checkout ghc hslibs'.  It then also checks out happy,
 > > hdirect, green-card, nofib, haggis and hood.
 > 
 > I don't have 'update -d' in my ~/.cvsrc, which stops the extra stuff
 > being checked out.  It's not perfect, because you occasionally have to

D'oh,  forgot I had that bit of magic.  Also,  I had thought that cvs
wouldn't give them to me because they are separate *modules* rather
than extra directories inside a module.

 > > This wouldn't be so bad but currently at least green-card, happy,
 > > hdirect and hood fail to build.
 > 
 > I can't speak for the others, but Happy should build.  Could you send me
 > the errors you got?
 > 

As od this morning, hapy builds fine with ghc-4.11.  I think there was
a problem previously where make in fptools first did make boot in all
subdirectories before building ghc and make boot in happy failed
because ../../ghc/driver/ghc-inplce (or whatever) wasn't built
yet. make seems more intelligent now ....

k