From: Duncan C. <dun...@us...> - 2005-01-12 00:01:29
|
Update of /cvsroot/gtk2hs/gtk2hs/mogul In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5562/mogul Modified Files: mogul.pkg.in Log Message: Correct the 'import_dirs' in the <module>.pkg files. Each module has its own directory under the hi difrectory. Correct the install location for glib package's .hi files. Correct a linker error caused by a missing _stub.o file. Everything should install correctly now and the demos should build ok. Index: mogul.pkg.in =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/mogul/mogul.pkg.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- mogul.pkg.in 9 Dec 2004 18:44:59 -0000 1.2 +++ mogul.pkg.in 12 Jan 2005 00:00:47 -0000 1.3 @@ -1,7 +1,7 @@ Package { name = "mogul", - auto = False, - import_dirs = ["@hidir@"], + auto = True, + import_dirs = ["@hidir@/mogul"], source_dirs = [], library_dirs = [], hs_libraries = ["HSmogul"], |