diff --git a/http-monad.cabal b/http-monad.cabal
--- a/http-monad.cabal
+++ b/http-monad.cabal
@@ -1,5 +1,5 @@
 Name:               http-monad
-Version:            0.1.1.2
+Version:            0.1.1.3
 Cabal-Version:      >= 1.6
 Build-type:         Simple
 License:            BSD3
@@ -29,7 +29,7 @@
 Source-Repository this
   type:     darcs
   location: http://code.haskell.org/~thielema/http-monad/
-  tag:      0.1.1.2
+  tag:      0.1.1.3
 
 Flag splitBase
   description: Old, monolithic base
@@ -70,7 +70,7 @@
     Build-depends: base < 3
   Else
     Build-depends:
-      containers >= 0.1 && <0.6,
+      containers >= 0.1 && <0.7,
       base >= 3 && < 5
 
 
