
Hi all, When I try to cabal install vacuum-cairo, I get the following error message : Resolving dependencies... Configuring vacuum-cairo-0.4.1... Preprocessing library vacuum-cairo-0.4.1... Building vacuum-cairo-0.4.1... [1 of 1] Compiling System.Vacuum.Cairo ( System/Vacuum/Cairo.hs, dist/build/System/Vacuum/Cairo.o ) System/Vacuum/Cairo.hs:239:17: Ambiguous occurrence `G.eventKeyName' It could refer to either `G.eventKeyName', imported from Graphics.UI.Gtk at System/Vacuum/Cairo.hs:21:0-36 or `G.eventKeyName', imported from Graphics.UI.Gtk.Gdk.Events at System/Vacuum/Cairo.hs:22:0-47 System/Vacuum/Cairo.hs:261:16: Ambiguous occurrence `G.eventKeyName' It could refer to either `G.eventKeyName', imported from Graphics.UI.Gtk at System/Vacuum/Cairo.hs:21:0-36 or `G.eventKeyName', imported from Graphics.UI.Gtk.Gdk.Events at System/Vacuum/Cairo.hs:22:0-47 cabal: Error: some packages failed to install: vacuum-cairo-0.4.1 failed during the building phase. The exception was: exit: ExitFailure 1 Can anyone shed some light? -deech