diff --git a/ircbot.cabal b/ircbot.cabal
--- a/ircbot.cabal
+++ b/ircbot.cabal
@@ -1,5 +1,5 @@
 Name:                ircbot
-Version:             0.6.1
+Version:             0.6.2
 Synopsis:            A library for writing irc bots
 Homepage:            http://hub.darcs.net/stepcut/ircbot
 License:             BSD3
@@ -41,11 +41,11 @@
                   filepath   >= 1.2  && < 1.4,
                   irc        == 0.6.*,
                   mtl        >= 2.0  && < 2.3,
-                  network    >= 2.3  && < 2.6,
+                  network    >= 2.3  && < 2.7,
                   old-locale == 1.0.*,
                   parsec     == 3.1.*,
-                  time       == 1.4.*,
+                  time       >= 1.4  && < 1.6,
                   unix       >= 2.4  && < 2.8,
-                  random     == 1.0.*,
+                  random     >= 1.0  && < 1.2,
                   stm        >= 2.2  && < 2.5,
                   SafeSemaphore >= 0.10 && < 0.11
