From: Duncan C. <dun...@us...> - 2004-12-13 21:46:02
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2539 Modified Files: ChangeLog Log Message: Simplify import and re-export. Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.255 retrieving revision 1.256 diff -u -d -r1.255 -r1.256 --- ChangeLog 13 Dec 2004 21:31:55 -0000 1.255 +++ ChangeLog 13 Dec 2004 21:45:52 -0000 1.256 @@ -16,6 +16,8 @@ * Makefile.am: c2hs builds without -fglasgow-exts except for the Parsers and C2HSConfig modules. + * tools/c2hs/base/sysdep/SysDep.hs: simplify import and re-export. + 2004-12-12 Duncan Coutts <du...@co...> * gtk/gtk.pkg.in: change package_deps to haskell98 rather than base to |