Nofib missing dependencies

Edward Z. Yang ezyang at MIT.EDU
Sat Aug 31 05:24:16 CEST 2013


Hey Ian, I'm not sure, but I think when you made the nofib build system
independent of the GHC build system, we may have lost dependency
calculation for the HS files.  For example, when I try to build
spectral/awards, make tries to ghc -c Main.hs before it has done ghc -c QSort.hs
(I hacked up the Makefile to explicitly have this dependency, but there
are others).  Unfortunately, my Makefile-fu is not great enough to
resolve this. Do you know what is the problem?

Edward




More information about the ghc-devs mailing list