From: Duncan C. <dun...@us...> - 2004-08-06 01:28:26
|
Update of /cvsroot/gtk2hs/gtk2hs/mk In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30221/mk Modified Files: config.mk.in Log Message: Drop support for ghc 5.02.x, the minimum version required is now 5.04.x Index: config.mk.in =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/mk/config.mk.in,v retrieving revision 1.27 retrieving revision 1.28 diff -u -d -r1.27 -r1.28 --- config.mk.in 4 Aug 2004 18:46:32 -0000 1.27 +++ config.mk.in 6 Aug 2004 01:28:18 -0000 1.28 @@ -141,8 +141,6 @@ MULTIPLE_CHS = @MULTIPLE_CHS@ -NEW_MODULE_SYS = @NEW_MODULE_SYSTEM@ - LOCALPKGCONF = @LOCALPKGCONF@ HSTOOLFLAGS = $(filter -H%,$(HC_FLAGS)) -M350m |