From: <ju...@us...> - 2003-07-31 11:13:58
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1:/tmp/cvs-serv23342 Modified Files: ChangeLog Log Message: - add changelog entries - fix docu type in Enums.chs Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.85 retrieving revision 1.86 diff -u -d -r1.85 -r1.86 --- ChangeLog 31 Jul 2003 10:18:36 -0000 1.85 +++ ChangeLog 31 Jul 2003 11:13:55 -0000 1.86 @@ -1,9 +1,21 @@ +2003-07-31 Jens Petersen <pet...@ha...> + + * gtk2hs.spec.in: Default to ghc-6.0.1. + (%files): Include demo as dir in docs rather than individual + source files. + + * Makefile (inplace): Do not build the demos by default. + (noinplace): Ditto. + (demo): New separate target to build demos. + (install*): Drop no-op for demos. + (uninstall): Ditto. + 2003-07-18 Axel Simon <A....@ke...> * VERSION: Bumped to 0.9.4, prepare to do a ghc-6.0 release. * mk/common.mk: Make hsc2hs pass -no-hs-main to ghc when linking. - This avoids an undefined symbol error the the Haskell main + This avoids an undefined symbol error for the Haskell main function on Apple and Solaris. * gtk/Makefile: Added the header file for gdk-pixbuf. |