diff --git a/ircbot.cabal b/ircbot.cabal
--- a/ircbot.cabal
+++ b/ircbot.cabal
@@ -1,5 +1,5 @@
 Name:                ircbot
-Version:             0.6.5
+Version:             0.6.5.1
 Synopsis:            A library for writing IRC bots
 Description:         A simple library for an IRC bot
 License:             BSD3
@@ -12,7 +12,7 @@
 Build-type:          Simple
 Cabal-version:       >=1.6
 Homepage:            https://github.com/stepcut/ircbot
-tested-with:         GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.2, GHC==8.0.1
+tested-with:         GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.2, GHC==8.0.2
 
 source-repository head
     type:     git
@@ -39,13 +39,13 @@
   Build-depends:  base       >= 4    && <5,
                   bytestring >= 0.10 && < 0.11,
                   containers >= 0.4  && < 0.6,
-                  directory   < 1.3,
+                  directory   < 1.4,
                   filepath   >= 1.2  && < 1.5,
                   irc        == 0.6.*,
                   mtl        >= 2.0  && < 2.3,
                   network    >= 2.3  && < 2.7,
                   parsec     == 3.1.*,
-                  time       >= 1.5  && < 1.7,
+                  time       >= 1.5  && < 1.8,
                   unix       >= 2.4  && < 2.8,
                   random     >= 1.0  && < 1.2,
                   stm        >= 2.2  && < 2.5,
