diff --git a/texmath.cabal b/texmath.cabal
--- a/texmath.cabal
+++ b/texmath.cabal
@@ -1,5 +1,5 @@
 Name:                texmath
-Version:             0.2.0.1
+Version:             0.2.0.2
 Cabal-version:       >= 1.2
 Build-type:          Simple
 Synopsis:            Conversion of LaTeX math formulas to MathML.
@@ -44,9 +44,9 @@
   default:           True
 
 Library
-    Build-depends:       xml, parsec >= 2 && < 3
+    Build-depends:       xml, parsec >= 2 && < 3, containers
     if impl(ghc >= 6.10)
-      Build-depends: base >= 4 && < 5, containers
+      Build-depends: base >= 4 && < 5
     else
       Build-depends: base >= 3 && < 4
 
