Repository : ssh://[email protected]/nofib On branch : master Link : http://ghc.haskell.org/trac/ghc/changeset/6f74ffd68d653e293261d5a5b12274441dbc0929/nofib
>--------------------------------------------------------------- commit 6f74ffd68d653e293261d5a5b12274441dbc0929 Author: Edward Z. Yang <[email protected]> Date: Fri Aug 30 20:15:32 2013 -0700 Hack to make awards compile in the right order. Signed-off-by: Edward Z. Yang <[email protected]> >--------------------------------------------------------------- 6f74ffd68d653e293261d5a5b12274441dbc0929 spectral/awards/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/spectral/awards/Makefile b/spectral/awards/Makefile index 784fe99..7cfda74 100644 --- a/spectral/awards/Makefile +++ b/spectral/awards/Makefile @@ -7,3 +7,4 @@ FAST_OPTS = 1 NORM_OPTS = 1 SLOW_OPTS = 1 +Main.o: QSort.o _______________________________________________ ghc-commits mailing list [email protected] http://www.haskell.org/mailman/listinfo/ghc-commits
