Update of /cvsroot/gtk2hs/gtk2hs/gconf/System/Gnome/GConf
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14123/gconf/System/Gnome/GConf
Modified Files:
GConfClient.chs
Log Message:
Move a couple Types.chs locations/names and make sure the empty directories
get included in the tarball.
Make sure Types and Signals files are removed on make clean.
Disable building and distributing the apicoverage tool.
In mk/common.mk, make package registering on install work again after the
earlier change to using pkglibdir.
in mk/chsDepend.in, do the extra check properly and make it a warning by
default. It still warns rather a lot.
Index: GConfClient.chs
===================================================================
RCS file: /cvsroot/gtk2hs/gtk2hs/gconf/System/Gnome/GConf/GConfClient.chs,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- GConfClient.chs 8 Jan 2005 16:59:04 -0000 1.7
+++ GConfClient.chs 14 Jan 2005 19:04:51 -0000 1.8
@@ -95,7 +95,7 @@
import System.Glib.GError (GErrorDomain, GErrorClass(..), propagateGError)
import System.Glib.GObject (makeNewGObject)
{#import Graphics.UI.Gtk.Signals#}
-{#import System.Gnome.GConf.GConfType#}
+{#import System.Gnome.GConf.Types#}
{#import System.Gnome.GConf.GConfValue#}
{# context lib="gconf" prefix ="gconf_client" #}
|