diff --git a/chell.cabal b/chell.cabal
--- a/chell.cabal
+++ b/chell.cabal
@@ -1,5 +1,5 @@
 name: chell
-version: 0.2
+version: 0.2.1
 license: MIT
 license-file: license.txt
 author: John Millikin <jmillikin@gmail.com>
@@ -15,12 +15,12 @@
 
 source-repository head
   type: bazaar
-  location: https://john-millikin.com/software/chell/
+  location: https://john-millikin.com/branches/chell/0.2/
 
 source-repository this
   type: bazaar
-  location: https://john-millikin.com/software/chell/
-  tag: chell_0.2
+  location: https://john-millikin.com/branches/chell/0.2/
+  tag: chell_0.2.1
 
 library
   hs-source-dirs: lib
@@ -31,7 +31,7 @@
     , bytestring >= 0.9 && < 0.10
     , patience >= 0.1 && < 0.2
     , random
-    , template-haskell >= 2.3 && < 2.7
+    , template-haskell >= 2.3 && < 2.8
     , text >= 0.7
     , transformers >= 0.2 && < 0.3
 
