On 15/05/2011, at 13:22, Ben Lippmeier wrote: > Urgh. That's the build race I thought I had fixed. It happens because the DPH > vectoriser needs dph-prim-seq to be compiled first before it can do its > desugaring.
Why is there a race? Packages which contain vectorised modules depend on dph-prim-*, so the latter should be built before the former. Surely the build system can handle inter-package dependencies? Roman _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
