diff --git a/haskell-gi.cabal b/haskell-gi.cabal
--- a/haskell-gi.cabal
+++ b/haskell-gi.cabal
@@ -1,5 +1,5 @@
 name:                haskell-gi
-version:             0.10.1
+version:             0.10.2
 synopsis:            Generate Haskell bindings for GObject Introspection capable libraries
 description:         Generate Haskell bindings for GObject Introspection capable libraries. This includes most notably
                      Gtk+, but many other libraries in the GObject ecosystem provide introspection data too.
@@ -36,11 +36,11 @@
                        bytestring,
                        xdg-basedir,
                        xml-conduit >= 1.3.0,
-                       haskell-gi-base == 0.10,
+                       haskell-gi-base == 0.10.*,
                        text >= 1.0,
                        free
 
-  build-tools:         hsc2hs, c2hs
+  build-tools:         hsc2hs
   hs-source-dirs:      src
   other-modules:       GI.GIR.Alias,
                        GI.GIR.Arg,
