
30 Aug
2013
30 Aug
'13
11:24 p.m.
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