diff --git a/anansi-pandoc.cabal b/anansi-pandoc.cabal
--- a/anansi-pandoc.cabal
+++ b/anansi-pandoc.cabal
@@ -1,5 +1,5 @@
 name: anansi-pandoc
-version: 0.1.1
+version: 0.1.2
 license: GPL-3
 license-file: license.txt
 author: John Millikin <jmillikin@gmail.com>
@@ -14,13 +14,13 @@
 synopsis: Looms which use Pandoc to parse and produce a variety of formats.
 
 source-repository head
-  type: bazaar
-  location: https://john-millikin.com/branches/anansi-pandoc/0.1/
+  type: git
+  location: https://john-millikin.com/code/anansi-pandoc/
 
 source-repository this
-  type: bazaar
-  location: https://john-millikin.com/branches/anansi-pandoc/0.1/
-  tag: anansi-pandoc_0.1.1
+  type: git
+  location: https://john-millikin.com/code/anansi-pandoc/
+  tag: anansi-pandoc_0.1.2
 
 library
   hs-source-dirs: lib
@@ -31,9 +31,9 @@
     , base >= 4.0 && < 5.0
     , bytestring >= 0.9
     , containers >= 0.1
-    , pandoc >= 1.8 && < 1.10
+    , pandoc >= 1.8
     , monads-tf >= 0.1 && < 0.2
-    , text >= 0.7 && < 0.12
+    , text >= 0.7
 
   exposed-modules:
     Anansi.Pandoc
