diff --git a/src/Graphics/XDot/Viewer.hs b/src/Graphics/XDot/Viewer.hs
--- a/src/Graphics/XDot/Viewer.hs
+++ b/src/Graphics/XDot/Viewer.hs
@@ -14,8 +14,8 @@
 
 import Graphics.XDot.Types hiding (w, h, filled, alignment, text, name, size)
 
-import Graphics.UI.Gtk hiding (Color, Rectangle, descent, Object)
-import Graphics.Rendering.Cairo
+import Graphics.UI.Gtk hiding (Color, Rectangle, descent, Object, draw)
+import Graphics.Rendering.Cairo hiding (x, y)
 
 import Control.Monad.State hiding (State)
 import qualified Control.Monad.State as MS
diff --git a/xdot.cabal b/xdot.cabal
--- a/xdot.cabal
+++ b/xdot.cabal
@@ -1,5 +1,5 @@
 name:               xdot
-version:            0.2.4
+version:            0.2.4.1
 license:            BSD3
 license-file:       LICENSE
 category:           Graphs, Graphics
