diff --git a/lambdabot-misc-plugins.cabal b/lambdabot-misc-plugins.cabal
--- a/lambdabot-misc-plugins.cabal
+++ b/lambdabot-misc-plugins.cabal
@@ -1,5 +1,5 @@
 name:                   lambdabot-misc-plugins
-version:                5.0
+version:                5.0.1
 
 license:                GPL
 license-file:           LICENSE
@@ -15,10 +15,15 @@
                         Provided plugins:
                         .
                         [dummy] Many commands with fixed replies.
+                        .
                         [error] Debug error handling.
+                        .
                         [fresh] Generate Haskell project names.
+                        .
                         [hello] Hello, world.
+                        .
                         [stats] Ad-hoc statsd queries.
+                        .
                         [todo] A to-do list for lambdabot.
 
 homepage:               http://haskell.org/haskellwiki/Lambdabot
@@ -55,9 +60,8 @@
                         containers              >= 0.4,
                         filepath                >= 1.3,
                         hstatsd                 >= 0.1,
-                        lambdabot-core          >= 5 && < 5.1,
+                        lambdabot-core          >= 5.0.1 && < 5.1,
                         lifted-base             >= 0.2,
-                        monad-control           >= 0.3 && < 1,
                         mtl                     >= 2,
                         time                    >= 1.4,
                         parsec                  >= 3,
