|
From: Axel S. <si...@co...> - 2010-05-24 21:03:49
|
diffing dir...
Mon May 24 17:00:32 EDT 2010 Axe...@in...
* Make soegtk compile by fixing dependency on old-time and by not relying on Gtk 2.18.
{
hunk ./soegtk/Graphics/SOE/Gtk.chs 87
-#if GTK_CHECK_VERSION(2,8,0) && defined(ENABLE_CAIRO)
+-- Cairo is always enabled since we're depending on gtk-0.11.0
hunk ./soegtk/Graphics/SOE/Gtk.chs 89
-#endif
hunk ./soegtk/Graphics/SOE/Gtk.chs 108
-import qualified System.IO (hPutStrLn, stderr)
+import qualified System.IO
hunk ./soegtk/Graphics/SOE/Gtk.chs 157
- Gtk.widgetSetCanFocus canvas True
+ Gtk.set canvas [Gtk.widgetCanFocus Gtk.:= True]
hunk ./soegtk/soegtk.cabal 31
- old-time >= 1.0.0.3
+ old-time >= 1.0.0.2
}
|