diff --git a/Setup.hs b/Setup.hs
--- a/Setup.hs
+++ b/Setup.hs
@@ -2,11 +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 [typeGenProgram, signalGenProgram, c2hsLocal]
-  defaultMainWithHooks gtk2hsUserHooks
-
+main = defaultMainWithHooks gtk2hsUserHooks
diff --git a/svgcairo.cabal b/svgcairo.cabal
--- a/svgcairo.cabal
+++ b/svgcairo.cabal
@@ -1,5 +1,5 @@
 Name:           svgcairo
-Version:        0.13.1.1
+Version:        0.13.2.0
 License:        BSD3
 License-file:   COPYING
 Copyright:      (c) 2001-2010 The Gtk2Hs Team
@@ -30,16 +30,13 @@
 
 custom-setup
   setup-depends: base >= 4.6,
-                 Cabal >= 1.24 && < 1.25,
-                 gtk2hs-buildtools >= 0.13.1.0 && < 0.14
+                 Cabal >= 1.24 && < 2.5,
+                 gtk2hs-buildtools >= 0.13.2.0 && < 0.14
 
 Library
         build-depends:  base  == 4.*, mtl, text,
                         glib  >=0.13.0.0 && <0.14,
                         cairo >=0.13.0.0 && <0.14
-						
-        build-tools:    gtk2hsC2hs >= 0.13.11,
-                        gtk2hsTypeGen
 
         cpp-options:    -U__BLOCKS__ -D__attribute__(A)= -D_Nullable= -D_Nonnull=
         exposed-modules:
