diff --git a/Setup.hs b/Setup.hs
--- a/Setup.hs
+++ b/Setup.hs
@@ -2,10 +2,7 @@
 -- all Gtk2Hs-specific boilerplate is kept in
 -- gtk2hs-buildtools:Gtk2HsSetup
 --
-import Gtk2HsSetup ( gtk2hsUserHooks, checkGtk2hsBuildtools,
-                       typeGenProgram, signalGenProgram, c2hsLocal)
+import Gtk2HsSetup ( gtk2hsUserHooks )
 import Distribution.Simple ( defaultMainWithHooks )
 
-main = do
-  checkGtk2hsBuildtools [c2hsLocal]
-  defaultMainWithHooks gtk2hsUserHooks
+main = defaultMainWithHooks gtk2hsUserHooks
diff --git a/glib.cabal b/glib.cabal
--- a/glib.cabal
+++ b/glib.cabal
@@ -1,5 +1,5 @@
 Name:           glib
-Version:        0.13.3.0
+Version:        0.13.4.0
 License:        LGPL-2.1
 License-file:   COPYING
 Copyright:      (c) 2001-2010 The Gtk2Hs Team
@@ -33,7 +33,7 @@
 custom-setup
   setup-depends: base >= 4.6,
                  Cabal >= 1.24 && < 1.25,
-                 gtk2hs-buildtools >= 0.13.1.0 && < 0.14
+                 gtk2hs-buildtools >= 0.13.2.0 && < 0.14
 
 Library
         build-depends:  base >= 4 && < 5,
@@ -41,7 +41,6 @@
                         bytestring >= 0.9.1.10 && < 0.11,
                         text >= 1.0.0.0 && < 1.3,
                         containers
-        build-tools:    gtk2hsC2hs >= 0.13.13
         cpp-options:    -U__BLOCKS__
         if os(darwin)
           cpp-options: -D__attribute__(A)=
