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
+version: 0.1.1
 license: GPL-3
 license-file: license.txt
 author: John Millikin <jmillikin@gmail.com>
@@ -20,7 +20,7 @@
 source-repository this
   type: bazaar
   location: https://john-millikin.com/branches/anansi-pandoc/0.1/
-  tag: anansi-pandoc_0.1
+  tag: anansi-pandoc_0.1.1
 
 library
   hs-source-dirs: lib
@@ -29,8 +29,8 @@
   build-depends:
       anansi >= 0.4 && < 0.5
     , base >= 4.0 && < 5.0
-    , bytestring >= 0.9 && < 0.10
-    , containers >= 0.1 && < 0.5
+    , bytestring >= 0.9
+    , containers >= 0.1
     , pandoc >= 1.8 && < 1.10
     , monads-tf >= 0.1 && < 0.2
     , text >= 0.7 && < 0.12
