diff --git a/anansi.cabal b/anansi.cabal
--- a/anansi.cabal
+++ b/anansi.cabal
@@ -1,5 +1,5 @@
 name: anansi
-version: 0.4.4
+version: 0.4.5
 license: GPL-3
 license-file: license.txt
 author: John Millikin <jmillikin@gmail.com>, Dirk Laurie <dirk.laurie@gmail.com>
@@ -32,7 +32,7 @@
 source-repository this
   type: bazaar
   location: https://john-millikin.com/branches/anansi/0.4/
-  tag: anansi_0.4.4
+  tag: anansi_0.4.5
 
 library
   hs-source-dirs: lib
@@ -40,8 +40,8 @@
 
   build-depends:
       base >= 4.0 && < 5.0
-    , bytestring >= 0.9 && < 0.10
-    , containers >= 0.1 && < 0.5
+    , bytestring >= 0.9
+    , containers >= 0.1
     , monads-tf >= 0.1 && < 0.2
     , parsec >= 3.0 && < 3.2
     , system-argv0 >= 0.1 && < 0.2
@@ -71,8 +71,8 @@
 
   build-depends:
       base >= 4.0 && < 5.0
-    , bytestring >= 0.9 && < 0.10
-    , containers >= 0.1 && < 0.5
+    , bytestring >= 0.9
+    , containers >= 0.1
     , monads-tf >= 0.1 && < 0.2
     , parsec >= 3.0 && < 3.2
     , system-argv0 >= 0.1 && < 0.2
