diff --git a/Graphics/Rendering/Pango/Cairo.chs b/Graphics/Rendering/Pango/Cairo.chs
--- a/Graphics/Rendering/Pango/Cairo.chs
+++ b/Graphics/Rendering/Pango/Cairo.chs
@@ -24,7 +24,7 @@
 -- Portability : portable (depends on GHC)
 --
 --
--- Pango specific functions to for redering with Cairo.
+-- Pango specific functions for redering with Cairo.
 --
 -- Cairo is a graphics library that supports vector graphics and image
 -- compositing that can be used with Pango. The functions in this module provide
diff --git a/pango.cabal b/pango.cabal
--- a/pango.cabal
+++ b/pango.cabal
@@ -1,5 +1,5 @@
 Name:           pango
-Version:        0.13.4.0
+Version:        0.13.5.0
 License:        LGPL-2.1
 License-file:   COPYING
 Copyright:      (c) 2001-2010 The Gtk2Hs Team
@@ -40,7 +40,7 @@
 
 custom-setup
   setup-depends: base >= 4.6,
-                 Cabal >= 1.24 && < 2.1,
+                 Cabal >= 1.24 && < 2.3,
                  filepath >= 1.3 && < 1.5,
                  gtk2hs-buildtools >= 0.13.2.0 && < 0.14
 
