diff --git a/lambdabot-irc-plugins.cabal b/lambdabot-irc-plugins.cabal
--- a/lambdabot-irc-plugins.cabal
+++ b/lambdabot-irc-plugins.cabal
@@ -1,5 +1,5 @@
 name:                   lambdabot-irc-plugins
-version:                5.0
+version:                5.0.1
 
 license:                GPL
 license-file:           LICENSE
@@ -15,8 +15,11 @@
                         Provided plugins:
                         .
                         [irc] Lets lambdabot connect to IRC.
+                        .
                         [localtime] Check user's local time.
+                        .
                         [log] Log IRC channels.
+                        .
                         [topic] Modify channel topics.
 
 homepage:               http://haskell.org/haskellwiki/Lambdabot
@@ -46,7 +49,7 @@
                         containers              >= 0.4,
                         directory               >= 1.1,
                         filepath                >= 1.3,
-                        lambdabot-core          >= 5 && < 5.1,
+                        lambdabot-core          >= 5.0.1 && < 5.1,
                         lifted-base             >= 0.2,
                         mtl                     >= 2,
                         network                 >= 2.3.0.13,
