diff --git a/CHANGES b/CHANGES
--- a/CHANGES
+++ b/CHANGES
@@ -37,3 +37,6 @@
 
 0.2.0.1:
 		* remove warnings from Gtk.hs:initGuiOnce
+
+0.2.0.2:
+		* allow pango/cairo v0.13
diff --git a/plot-gtk.cabal b/plot-gtk.cabal
--- a/plot-gtk.cabal
+++ b/plot-gtk.cabal
@@ -1,8 +1,8 @@
 Name:                plot-gtk
-Version:             0.2.0.1
+Version:             0.2.0.2
 License:             BSD3
 License-file:        LICENSE
-Copyright:           (c) A.V.H. McPhail 2010, 2012
+Copyright:           (c) A.V.H. McPhail 2010, 2012, 2014
 Author:              Vivian McPhail
 Maintainer:          haskell.vivian.mcphail <at> gmail <dot> com
 Stability:           experimental
@@ -16,7 +16,7 @@
 
 Category:            Graphics
 
-Tested-with:         GHC==7.4.1
+Tested-with:         GHC==7.8.3
 Cabal-version:       >= 1.8
 Build-type:          Simple
 
@@ -27,10 +27,10 @@
   Build-Depends:     base >= 4 && < 5,
                      mtl,
                      process,
-                     glib >= 0.11 && < 0.13,
-                     gtk >= 0.11 && < 0.13,
+                     glib >= 0.11 && < 0.14,
+                     gtk >= 0.11 && < 0.14,
                      hmatrix >= 0.10,
-                     plot < 0.2
+                     plot < 0.3
 
   Extensions:        
 
