From: Duncan C. <dun...@us...> - 2004-12-09 18:26:35
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28179 Modified Files: ChangeLog Log Message: Change some import modules to use modern hierarchical modules so we no longer need the LocalData or LocalControl modules, nor the data or lang packages. This should still work all the way back to ghc 5.04.x, though it needs testing. Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.245 retrieving revision 1.246 diff -u -d -r1.245 -r1.246 --- ChangeLog 8 Dec 2004 14:51:20 -0000 1.245 +++ ChangeLog 9 Dec 2004 18:25:44 -0000 1.246 @@ -1,3 +1,18 @@ +2004-12-9 Duncan Coutts <du...@co...> + + * gtk/embedding/Embedding.hsc, gtk/entry/EntryCompletion.chs.pp, + gtk/gdk/Events.hsc, gtk/gdk/GC.chs, gtk/gdk/GdkEnums.chs, + gtk/gdk/Keys.chs, gtk/gdk/Pixbuf.chs, gtk/general/FFI.hs, + gtk/general/General.chs, gtk/general/StockItems.hsc, + gtk/general/Structs.hsc, gtk/glib/GObject.chs.pp, gtk/glib/GType.chs + gtk/treeList/StoreValue.hsc, gtk/treeList/TreeSelection.chs, + gtk/treeList/TreeView.chs.pp, mogul/TreeList.hs, mogul/WidgetTable.hs, + tools/callbackGen/Signal.chs-boot2, tools/c2hs/base/sysdep/SysDep.hs: + change some import modules to use modern hierarchical modules so we no + longer need the LocalData or LocalControl modules, nor the data or lang + packages. This should still work all the way back to ghc 5.04.x, though + this needs testing. + 2004-12-8 Duncan Coutts <du...@co...> * acinclude.m4: fix an automake warning about underquoted definitions |