diff --git a/SetupWrapper.hs b/SetupWrapper.hs
--- a/SetupWrapper.hs
+++ b/SetupWrapper.hs
@@ -20,7 +20,7 @@
 import System.Process
 import System.Exit (ExitCode(..), exitWith)
 import System.FilePath
-import System.Directory
+import System.Directory (doesFileExist, getModificationTime)
 import qualified Control.Exception as Exception
 import System.IO.Error (isDoesNotExistError)
 
diff --git a/System/GIO/Signals.chs b/System/GIO/Signals.chs
--- a/System/GIO/Signals.chs
+++ b/System/GIO/Signals.chs
@@ -50,10 +50,10 @@
   
   ) where
 
-import Control.Monad	(liftM)
+import Control.Monad    (liftM)
 
 import System.Glib.FFI
-import System.Glib.UTFString   (peekUTFString,maybePeekUTFString)
+import System.Glib.UTFString   (peekUTFString,maybePeekUTFString,newUTFString)
 import qualified System.Glib.UTFString as Glib
 import System.Glib.GError      (failOnGError)
 {#import System.Glib.Signals#}
diff --git a/gio.cabal b/gio.cabal
--- a/gio.cabal
+++ b/gio.cabal
@@ -1,5 +1,5 @@
 Name:           gio
-Version:        0.13.1.0
+Version:        0.13.1.1
 License:        LGPL-2.1
 License-file:   COPYING
 Copyright:      (c) 2001-2010 The Gtk2Hs Team
@@ -10,7 +10,7 @@
 Stability:      stable
 homepage:       http://projects.haskell.org/gtk2hs/
 bug-reports:    https://github.com/gtk2hs/gtk2hs/issues
-Synopsis:       Binding to the GIO.
+Synopsis:       Binding to GIO
 Description:    GIO is striving to provide a modern, easy-to-use VFS API that sits at the right level in the library stack. 
                 The goal is to overcome the shortcomings of GnomeVFS and provide an API that is 
                 so good that developers prefer it over raw POSIX calls. 
@@ -42,7 +42,7 @@
 Library
         build-depends:  base >= 4 && < 5, array, containers, mtl, bytestring,
                         glib >= 0.13.0.0 && < 0.14
-        build-tools:    gtk2hsC2hs >= 0.13.12,
+        build-tools:    gtk2hsC2hs >= 0.13.13,
                         gtk2hsHookGenerator, gtk2hsTypeGen
 
         exposed-modules:
