Update of /cvsroot/gtk2hs/gtk2hs/gtk
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24125/gtk
Modified Files:
gtk.pkg.in
Log Message:
Fix linker bug (use haskell98 rather than base as a gtk package dependency)
When registering packages during installation use update rather than add so
that reinstalls do not fail.
Resture use of $(HCFLAGS) provided by ./configure --with-hcflags
small notation fix in Makefile.am
Index: gtk.pkg.in
===================================================================
RCS file: /cvsroot/gtk2hs/gtk2hs/gtk/gtk.pkg.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gtk.pkg.in 9 Dec 2004 18:44:59 -0000 1.1
+++ gtk.pkg.in 12 Dec 2004 21:57:31 -0000 1.2
@@ -8,7 +8,7 @@
extra_libraries = [@GTK_LIBS_CQ@],
include_dirs = [@GTK_CFLAGS_CQ@],
c_includes = ["gtk/gtk.h"],
- package_deps = ["base"],
+ package_deps = ["haskell98"],
extra_ghc_opts = [],
extra_cc_opts = [],
extra_ld_opts = [@GTK_LIBEXTRA_CQ@]
|