On Tue, Sep 14, 2010 at 11:41:26AM +1000, Ben Lippmeier wrote: > > It looks like Simon's mega-patch pushed us over the limit:
I've just been looking at the module import graph, to see if we could break the ghc package up into e.g. ncg, ghci, hsSyn, etc packages. However, it looks like 364 of the 412 modules are in a big recursive knot, and transitively import each other. So if we wanted to go this route we'd have to start by spending some time breaking loops. Thanks Ian _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
