diff --git a/clckwrks-plugin-ircbot.cabal b/clckwrks-plugin-ircbot.cabal
--- a/clckwrks-plugin-ircbot.cabal
+++ b/clckwrks-plugin-ircbot.cabal
@@ -1,7 +1,8 @@
 Name:                clckwrks-plugin-ircbot
-Version:             0.6.15
+Version:             0.6.17.2
 Synopsis:            ircbot plugin for clckwrks
-Homepage:            http://clckwrks.com/
+Description:         At the moment, this ircbot just provides channel logs
+Homepage:            http://www.clckwrks.com/
 License:             BSD3
 License-file:        LICENSE
 Author:              Jeremy Shaw
@@ -9,16 +10,17 @@
 Copyright:           2012 Jeremy Shaw, SeeReason Partners LLC
 Category:            Clckwrks
 Build-type:          Custom
-Cabal-version:       >=1.6
+Cabal-version:       >=1.10
+tested-with:         GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1
 Data-Files:
     data/style.css
 
 source-repository head
-    type:     darcs
-    subdir:   clckwrks-plugin-ircbot
-    location: http://hub.darcs.net/stepcut/clckwrks
+    type:     git
+    location: git://github.com/clckwrks/clckwrks-plugin-ircbot.git
 
 Library
+  Default-Language: Haskell2010
   Build-tools:
     hsx2hs
 
@@ -40,13 +42,13 @@
 
   Build-depends:
     base                    < 5,
-    acid-state             >= 0.12 && < 0.14,
+    acid-state             >= 0.12 && < 0.15,
     attoparsec             >= 0.10 && < 0.14,
     blaze-html             >= 0.5 && < 0.9,
     bytestring             >= 0.10 && < 0.11,
-    clckwrks               >= 0.21 && < 0.24,
+    clckwrks               >= 0.21 && < 0.25,
     containers             >= 0.4 && < 0.6,
-    directory              >= 1.1 && < 1.3,
+    directory              >= 1.1 && < 1.4,
     filepath               >= 1.2 && < 1.5,
     happstack-server       >= 7.0 && < 7.5,
     happstack-hsp          >= 7.2 && < 7.4,
