diff --git a/ChasingBottoms.cabal b/ChasingBottoms.cabal
--- a/ChasingBottoms.cabal
+++ b/ChasingBottoms.cabal
@@ -1,8 +1,8 @@
 name:               ChasingBottoms
-version:            1.3.0.3
+version:            1.3.0.4
 license:            OtherLicense
 license-file:       LICENCE
-copyright:          Copyright (c) Nils Anders Danielsson 2004-2011.
+copyright:          Copyright (c) Nils Anders Danielsson 2004-2012.
 author:             Nils Anders Danielsson
 maintainer:         http://www.cse.chalmers.se/~nad/
 synopsis:           For testing partial and infinite values.
@@ -122,9 +122,9 @@
     other-modules: Test.ChasingBottoms.IsType
 
     build-depends: QuickCheck >= 2.1 && < 2.5,
-                   mtl >= 1.1 && < 2.1,
+                   mtl >= 1.1 && < 2.2,
                    base >= 4.0 && < 4.6,
-                   containers >= 0.3 && < 0.5,
+                   containers >= 0.3 && < 0.6,
                    random == 1.0.*,
                    syb >= 0.1.0.2 && < 0.4
 
@@ -151,9 +151,9 @@
                    Test.ChasingBottoms.TimeOut.Tests
 
     build-depends: QuickCheck >= 2.1 && < 2.5,
-                   mtl >= 1.1 && < 2.1,
+                   mtl >= 1.1 && < 2.2,
                    base >= 4.0 && < 4.6,
-                   containers >= 0.3 && < 0.5,
+                   containers >= 0.3 && < 0.6,
                    random == 1.0.*,
                    syb >= 0.1.0.2 && < 0.4,
                    array >= 0.3 && < 0.5
