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.7.4
+version: 0.7.5
 license: MIT
 license-file: license.txt
 author: John Millikin
@@ -19,13 +19,13 @@
   cbits/hslibxml-shim.h
 
 source-repository head
-  type: bazaar
-  location: https://john-millikin.com/branches/haskell-libxml-sax/0.7/
+  type: git
+  location: https://john-millikin.com/code/haskell-libxml-sax/
 
 source-repository this
-  type: bazaar
-  location: https://john-millikin.com/branches/haskell-libxml-sax/0.7/
-  tag: haskell-libxml-sax_0.7.4
+  type: git
+  location: https://john-millikin.com/code/haskell-libxml-sax/
+  tag: haskell-libxml-sax_0.7.5
 
 library
   hs-source-dirs: lib
@@ -35,7 +35,7 @@
   build-depends:
       base >= 4.1 && < 5.0
     , bytestring >= 0.9
-    , text >= 0.7 && < 0.12
+    , text >= 0.7
     , xml-types >= 0.3 && < 0.4
 
   exposed-modules:
