diff --git a/README b/README
--- a/README
+++ b/README
@@ -2,5 +2,5 @@
 
 trivial cairo rendering, via hps
 
-(c) rohan drape 2006-2009
+(c) rohan drape 2006-2010
     gpl.2, http://gnu.org/copyleft/
diff --git a/hps-cairo.cabal b/hps-cairo.cabal
--- a/hps-cairo.cabal
+++ b/hps-cairo.cabal
@@ -1,24 +1,28 @@
 Name:              hps-cairo
-Version:           0.1
-Synopsis:          Cairo rendering for haskell postscript library
-Description:       Cairot rendering for the haskell postscript library
+Version:           0.2
+Synopsis:          Cairo rendering for the haskell postscript library
+Description:       Cairo rendering for the haskell postscript library
 License:           GPL
 Category:          Graphics
-Copyright:         Rohan Drape, 2006-2009
+Copyright:         Rohan Drape, 2006-2010
 Author:            Rohan Drape
 Maintainer:        rd@slavepianos.org
 Stability:         Experimental
-Homepage:          http://www.slavepianos.org/rd/f/399249/
-Tested-With:       GHC == 6.8.2
+Homepage:          http://slavepianos.org/rd/?t=hps-cairo
+Tested-With:       GHC == 6.10.3
 Build-Type:	   Simple
 Cabal-Version:     >= 1.6
 
 Data-files:        README
 
 Library
-  Build-Depends:   base == 3.*,
+  Build-Depends:   base == 4.*,
                    cairo,
                    gtk,
-                   hps == 0.1
+                   hps == 0.2
   GHC-Options:     -Wall -fwarn-tabs
   Exposed-modules: Graphics.PS.Cairo
+
+Source-Repository  head
+  Type:            darcs
+  Location:        http://slavepianos.org/rd/sw/hps-cairo
