diff --git a/ghc-vis.cabal b/ghc-vis.cabal
--- a/ghc-vis.cabal
+++ b/ghc-vis.cabal
@@ -1,5 +1,5 @@
 name:               ghc-vis
-version:            0.7.2.6
+version:            0.7.2.7
 license:            BSD3
 license-file:       LICENSE
 category:           GHC, Debug, Development
diff --git a/src/GHC/Vis/View/List.hs b/src/GHC/Vis/View/List.hs
--- a/src/GHC/Vis/View/List.hs
+++ b/src/GHC/Vis/View/List.hs
@@ -21,7 +21,12 @@
   updateObjects
   )
   where
-import Graphics.UI.Gtk hiding (Box, Signal, Rectangle, draw)
+import Graphics.UI.Gtk (PangoRectangle(..), layoutGetExtents, showLayout,
+  PangoLayout(..), WidgetClass(..), widgetGetAllocation, widgetGetDrawWindow,
+  renderWithDrawable, widgetQueueDraw, ascent, layoutSetFontDescription,
+  FontMetrics(..), layoutCopy, layoutSetText, layoutGetContext,
+  fontDescriptionFromString, fontDescriptionSetSize, contextGetLanguage,
+  contextGetMetrics, createLayout)
 import qualified Graphics.UI.Gtk as Gtk
 import Graphics.Rendering.Cairo hiding (width, height, x, y)
 
