From: <as...@us...> - 2003-07-13 11:34:56
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1:/tmp/cvs-serv11764 Modified Files: ChangeLog Log Message: Rename Arrow.chs to GArrow.chs. Remove HookGenerator.hs.in. Swap dependency between install-pkg and install. Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.79 retrieving revision 1.80 diff -u -d -r1.79 -r1.80 --- ChangeLog 9 Jul 2003 22:42:42 -0000 1.79 +++ ChangeLog 13 Jul 2003 11:34:52 -0000 1.80 @@ -1,3 +1,16 @@ +2003-07-13 Axel Simon <A....@ke...> + + * gtk/misc/Arrow.chs, gtk/general/Gtk.hs: Changed the name of the + file to GArrow.chs to avoid the clash wich Arrow in hslibs of GHC. + + * mk/library.mk: Remove the target install from install-pkg and + add the target install-pkg to install. Without this, the files are + copied but the package file is not updated. + + * gtk/signals/HookGenerator.hs.in: Removed this file which should + have happened a long time ago. HookGenerator.hs is the only file + needed. + 2003-07-09 Axel Simon <A....@ke...> * c2hs/gen/GBMonad.hs, c2hs/gen/GenBind.hs: Applied the patch I |