diff --git a/libxml-sax.cabal b/libxml-sax.cabal
--- a/libxml-sax.cabal
+++ b/libxml-sax.cabal
@@ -1,5 +1,5 @@
 name: libxml-sax
-version: 0.6.0.1
+version: 0.6.0.2
 synopsis: Bindings for the libXML2 SAX interface
 license: MIT
 license-file: license.txt
@@ -10,19 +10,19 @@
 cabal-version: >=1.6
 category: Foreign, Text, XML, Parsing
 stability: experimental
-homepage: http://ianen.org/haskell/bindings/libxml-sax/
+homepage: http://john-millikin.com/software/bindings/libxml-sax/
 tested-with: GHC==6.12.1
 
 source-repository head
-  type: darcs
-  location: http://ianen.org/haskell/bindings/libxml-sax/
+  type: bazaar
+  location: http://john-millikin.com/software/bindings/libxml-sax/
 
 library
   ghc-options: -Wall -fno-warn-unused-do-bind
   build-depends:
-      base >=4 && < 5
+      base >= 4 && < 5
     , bytestring >= 0.9 && < 0.10
-    , text >= 0.7 && < 0.9
+    , text >= 0.7 && < 0.11
     , xml-types >= 0.1 && < 0.2
 
   build-tools:
