diff --git a/Setup.hs b/Setup.hs
--- a/Setup.hs
+++ b/Setup.hs
@@ -4,8 +4,7 @@
 --
 import Distribution.Simple ( defaultMainWithHooks, UserHooks(postConf),
                              PackageIdentifier(..), PackageName(..) )
-import Gtk2HsSetup ( gtk2hsUserHooks, getPkgConfigPackages, checkGtk2hsBuildtools,
-                     typeGenProgram, signalGenProgram, c2hsLocal)
+import Gtk2HsSetup ( gtk2hsUserHooks, getPkgConfigPackages)
 import Distribution.Simple.Setup ( ConfigFlags(configVerbosity), fromFlag)
 import Distribution.Simple.LocalBuildInfo ( LocalBuildInfo(..) )
 import Distribution.Simple.BuildPaths ( autogenModulesDir )
@@ -15,8 +14,7 @@
 import Distribution.Simple.Utils
 import System.FilePath
 
-main = do
-  checkGtk2hsBuildtools [c2hsLocal, typeGenProgram]
+main =
   defaultMainWithHooks gtk2hsUserHooks {
 
     postConf = \args cf pd lbi -> do
diff --git a/pango.cabal b/pango.cabal
--- a/pango.cabal
+++ b/pango.cabal
@@ -1,5 +1,5 @@
 Name:           pango
-Version:        0.13.2.0
+Version:        0.13.3.0
 License:        LGPL-2.1
 License-file:   COPYING
 Copyright:      (c) 2001-2010 The Gtk2Hs Team
@@ -42,7 +42,7 @@
   setup-depends: base >= 4.6,
                  Cabal >= 1.24 && < 1.25,
                  filepath >= 1.3 && < 1.5,
-                 gtk2hs-buildtools >= 0.13.1.0 && < 0.14
+                 gtk2hs-buildtools >= 0.13.2.0 && < 0.14
 
 Library
         build-depends:  base >= 4 && < 5,
@@ -56,8 +56,6 @@
           cpp-options:    -DHAVE_NEW_CONTROL_EXCEPTION
         else
           build-depends:  base < 4
-
-        build-tools:    gtk2hsC2hs >= 0.13.13, gtk2hsTypeGen
 
         exposed-modules: Graphics.Rendering.Pango
                          Graphics.Rendering.Pango.Font
