diff --git a/yajl.cabal b/yajl.cabal
--- a/yajl.cabal
+++ b/yajl.cabal
@@ -1,5 +1,5 @@
 name: yajl
-version: 0.3.1
+version: 0.3.2
 license: GPL-3
 license-file: license.txt
 author: John Millikin <jmillikin@gmail.com>
@@ -15,13 +15,13 @@
 description:
 
 source-repository head
-  type: bazaar
-  location: https://john-millikin.com/branches/haskell-yajl/0.3/
+  type: git
+  location: https://john-millikin.com/code/haskell-yajl/
 
 source-repository this
-  type: bazaar
-  location: https://john-millikin.com/branches/haskell-yajl/0.3/
-  tag: haskell-yajl_0.3.1
+  type: git
+  location: https://john-millikin.com/code/haskell-yajl/
+  tag: haskell-yajl_0.3.2
 
 library
   ghc-options: -Wall -O2
@@ -30,7 +30,7 @@
   build-depends:
       base >= 4.0 && < 5.0
     , bytestring >= 0.9
-    , text >= 0.7 && < 0.12
+    , text >= 0.7
 
   build-tools:
     c2hs >= 0.15
