diff --git a/c2hs/toplevel/Version.hs b/c2hs/toplevel/Version.hs
--- a/c2hs/toplevel/Version.hs
+++ b/c2hs/toplevel/Version.hs
@@ -6,7 +6,7 @@
 --
 idstr      = "$Id: Version.hs,v 1.1 2012/05/27 16:49:07 dmwit Exp $"
 name       = "C->Haskell Compiler"
-versnum    = "0.13.10 (gtk2hs branch)"
+versnum    = "0.13.11 (gtk2hs branch)"
 versnick   = "\"Bin IO\""
 date	   = "27 May 2012"
 version    = name ++ ", version " ++ versnum ++ " " ++ versnick ++ ", " ++ date
diff --git a/gtk2hs-buildtools.cabal b/gtk2hs-buildtools.cabal
--- a/gtk2hs-buildtools.cabal
+++ b/gtk2hs-buildtools.cabal
@@ -1,5 +1,5 @@
 Name:   gtk2hs-buildtools
-Version:        0.13.0.0
+Version:        0.13.0.1
 License:        GPL-2
 License-file:   COPYING
 Copyright:      (c) 2001-2010 The Gtk2Hs Team
@@ -9,7 +9,7 @@
 Cabal-Version:  >= 1.8
 Stability:      stable
 homepage:       http://projects.haskell.org/gtk2hs/
-bug-reports:    http://hackage.haskell.org/trac/gtk2hs/
+bug-reports:    https://github.com/gtk2hs/gtk2hs/issues
 Synopsis:       Tools to build the Gtk2Hs suite of User Interface libraries.
 Description:    This package provides a set of helper programs necessary to
                 build the Gtk2Hs suite of libraries. These tools include
diff --git a/hierarchyGen/Hierarchy.chs.template b/hierarchyGen/Hierarchy.chs.template
--- a/hierarchyGen/Hierarchy.chs.template
+++ b/hierarchyGen/Hierarchy.chs.template
@@ -43,7 +43,7 @@
 #else
 import Foreign.ForeignPtr (unsafeForeignPtrToPtr)
 #endif
-import Foreign.C.Types    (CULong(..), CUInt(..))
+import Foreign.C.Types    (CULong(..), CUInt(..), CULLong(..))
 import System.Glib.GType  (GType, typeInstanceIsA)
 @MODULE_IMPORTS@
 {# context lib="@CONTEXT_LIB@" prefix="@CONTEXT_PREFIX@" #}
