diff --git a/latex.cabal b/latex.cabal
--- a/latex.cabal
+++ b/latex.cabal
@@ -1,5 +1,5 @@
 Name:             latex
-Version:          0.1.0.3
+Version:          0.1.0.4
 License:          BSD3
 License-File:     LICENSE
 Author:           Henning Thielemann <haskell@henning-thielemann.de>
@@ -26,13 +26,13 @@
   location: http://code.haskell.org/~thielema/latex/
 
 Source-Repository this
-  tag:      0.1.0.3
+  tag:      0.1.0.4
   type:     darcs
   location: http://code.haskell.org/~thielema/latex/
 
 Library
   Build-Depends:
-    containers >= 0.1 && <0.6,
+    containers >= 0.1 && <0.7,
     utility-ht >=0.0.5 && <0.1,
     base >= 3 && <5
 
