From: Duncan C. <dun...@us...> - 2005-01-16 21:34:18
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv572 Modified Files: ChangeLog Log Message: Allow these modules to compile with older ghc versions 5.04.x and 6.0.x, that lack openBinaryFile and Data.HashTable and that do not like you to put optimisation flags in an {-# OPTIONS #-} pragma. Also define SIZEOF_HSINT more portably. Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.299 retrieving revision 1.300 diff -u -d -r1.299 -r1.300 --- ChangeLog 16 Jan 2005 21:29:40 -0000 1.299 +++ ChangeLog 16 Jan 2005 21:34:06 -0000 1.300 @@ -31,6 +31,14 @@ System.IO.Unsafe instead. Also conditionally export unsafePerformIO since older ghc versions do not export it from module Foreign. + * tools/c2hs/gen/CInfo.hs, tools/c2hs/toplevel/C2HSConfig.hs.in: + import Foreign.C rather than CForeign, since the latter is not + available in older versions of ghc. + + * mogul/Graphics/UI/Gtk/Mogul/WidgetTable.hs, + gtk/Graphics/UI/Gtk/Pango/Description.chs: more import tweaks for + compatability with older versions of ghc. + 2005-01-15 Duncan Coutts <du...@co...> * mk/common.mk: change the way we find pacakge variables for files |