From: Duncan C. <dun...@us...> - 2005-01-19 04:04:41
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30483 Modified Files: ChangeLog Log Message: Make all the demos support building with older ghc versions that do not support "auto" packages and so you have to specifiy -package gtk or whatever. Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.314 retrieving revision 1.315 diff -u -d -r1.314 -r1.315 --- ChangeLog 19 Jan 2005 03:46:18 -0000 1.314 +++ ChangeLog 19 Jan 2005 04:03:53 -0000 1.315 @@ -42,6 +42,14 @@ * gtk2hs.spec.in: revert to building the GHCi .o files in a post-install action and removing them in a uninstall action. + * demo/buttonbox/Makefile, demo/concurrent/Makefile, + demo/filechooser/Makefile, demo/gconf/Makefile, demo/glade/Makefile + demo/graphic/Makefile, demo/hello/Makefile, demo/mozembed/Makefile + demo/profileviewer/Makefile, demo/sourceview/Makefile, + demo/treeList/Makefile, demo/unicode/Makefile: make all the demos + support building with older ghc versions that do not support "auto" + packages and so you have to specifiy -package gtk or whatever. + 2005-01-17 Duncan Coutts <du...@co...> * configure.ac: add an extra option --without-pkgreg to allow |