diff --git a/system-fileio.cabal b/system-fileio.cabal
--- a/system-fileio.cabal
+++ b/system-fileio.cabal
@@ -1,5 +1,5 @@
 name: system-fileio
-version: 0.3.11
+version: 0.3.12
 license: MIT
 license-file: license.txt
 author: John Millikin <jmillikin@gmail.com>
@@ -36,13 +36,13 @@
   tests/FilesystemTests/Windows.hs
 
 source-repository head
-  type: bazaar
-  location: https://john-millikin.com/branches/system-fileio/0.3/
+  type: git
+  location: https://john-millikin.com/code/haskell-filesystem/
 
 source-repository this
-  type: bazaar
-  location: https://john-millikin.com/branches/system-fileio/0.3/
-  tag: system-fileio_0.3.11
+  type: git
+  location: https://john-millikin.com/code/haskell-filesystem/
+  tag: system-fileio_0.3.12
 
 library
   ghc-options: -Wall -O2
@@ -52,7 +52,7 @@
       base >= 4.0 && < 5.0
     , bytestring >= 0.9
     , system-filepath >= 0.3.1 && < 0.5
-    , text >= 0.7.1 && < 0.12
+    , text >= 0.7.1
     , time >= 1.0 && < 1.5
 
   if os(windows)
diff --git a/tests/system-fileio-tests.cabal b/tests/system-fileio-tests.cabal
--- a/tests/system-fileio-tests.cabal
+++ b/tests/system-fileio-tests.cabal
@@ -21,7 +21,7 @@
     , chell >= 0.2 && < 0.3
     , system-filepath >= 0.3 && < 0.5
     , temporary >= 1.1 && < 2.0
-    , text >= 0.1 && < 0.12
+    , text >= 0.1
     , time >= 1.0 && < 1.5
     , transformers >= 0.2 && < 0.3
 
