diff --git a/Graphics/X11/Xlib/Extras.hsc b/Graphics/X11/Xlib/Extras.hsc
--- a/Graphics/X11/Xlib/Extras.hsc
+++ b/Graphics/X11/Xlib/Extras.hsc
@@ -11,7 +11,10 @@
 -- missing functionality from the X11 library
 --
 
-module Graphics.X11.Xlib.Extras where
+module Graphics.X11.Xlib.Extras (
+  module Graphics.X11.Xlib.Extras,
+  module Graphics.X11.Xlib.Internal
+  ) where
 
 import Data.Maybe
 import Data.Typeable ( Typeable )
diff --git a/X11.cabal b/X11.cabal
--- a/X11.cabal
+++ b/X11.cabal
@@ -1,5 +1,5 @@
 name:               X11
-version:            1.6.1
+version:            1.6.1.1
 license:            BSD3
 license-file:       LICENSE
 copyright:          Alastair Reid, 1999-2003, libraries@haskell.org 2003-2007, Don Stewart 2007-2009, Spencer Janssen 2007-2009, Daniel Wagner 2009-2011.
