From: Wolfgang T. <wth...@us...> - 2004-12-06 03:47:07
|
Update of /cvsroot/hoc/hoc/Tools In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28748/Tools Modified Files: Makefile.in Log Message: Upgrade to GHC 6.3, recent snapshot. I'm sure there are more places in HOC.* where we can take advantage of TH 2.0's new features, and the Cabal-aware build system is still quite fragile. Index: Makefile.in =================================================================== RCS file: /cvsroot/hoc/hoc/Tools/Makefile.in,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- Makefile.in 19 May 2004 16:06:05 -0000 1.4 +++ Makefile.in 6 Dec 2004 03:46:49 -0000 1.5 @@ -14,8 +14,7 @@ -fglasgow-exts \ -o hocwrap \ -odir build/hocwrap -hidir build/hocwrap \ - -package-conf ../HOC/HOC-$(PLATFORM).conf-inplace \ - -package-conf ../Foundation/Foundation.conf-inplace + -package-conf ../inplace.conf clean: rm -rf hocwrap build |