From: Duncan C. <dun...@us...> - 2005-03-18 14:25:45
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8970 Modified Files: ChangeLog Log Message: Temporary fix for building with GHC 6.4. Temporary until we fix c2hs to not override the pragmas at the top of generated files. Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.391 retrieving revision 1.392 diff -u -d -r1.391 -r1.392 --- ChangeLog 16 Mar 2005 13:56:29 -0000 1.391 +++ ChangeLog 18 Mar 2005 14:25:35 -0000 1.392 @@ -1,3 +1,9 @@ +2005-03-18 Duncan Coutts <du...@co...> + + * mk/common.mk: temporary fix for building with GHC 6.4. Temporary + until we fix c2hs to not override the pragmas at the top of generated + files. + 2005-03-16 Duncan Coutts <du...@co...> * gtk/Graphics/UI/Gtk/Misc/Adjustment.chs, |