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.2.1
+Version:        0.13.2.2
 License:        GPL-2
 License-file:   COPYING
 Copyright:      (c) 2001-2010 The Gtk2Hs Team
@@ -38,11 +38,11 @@
 
 Library
         build-depends:   base >= 4 && < 5,
-                         process, directory, array, containers, pretty,
+                         process, array, pretty,
                          filepath, random,
                          Cabal >= 1.24.0.0 && < 1.25,
                          filepath >= 1.3.0.0 && < 1.5,
-                         directory >= 1.2.0.0 && < 1.3,
+                         directory >= 1.2.0.0 && < 1.4,
                          containers >= 0.5.5.1 && < 0.6
         if impl(ghc >= 7.7)
           build-depends: hashtables
