diff --git a/lambdabot-reference-plugins.cabal b/lambdabot-reference-plugins.cabal
--- a/lambdabot-reference-plugins.cabal
+++ b/lambdabot-reference-plugins.cabal
@@ -1,5 +1,5 @@
 name:                   lambdabot-reference-plugins
-version:                5.0
+version:                5.0.1
 
 license:                GPL
 license-file:           LICENSE
@@ -15,12 +15,19 @@
                         Provided plugins:
                         .
                         [dict] Query various dictionaries.
+                        .
                         [metar] Look up avian weather reports.
+                        .
                         [oeis] Look up number sequences on OEIS.
+                        .
                         [search] Query search engines.
+                        .
                         [spell] Check spelling of wrods.
+                        .
                         [ticker] Look up stock quotes.
+                        .
                         [url] Display titles of URLs on channels.
+                        .
                         [where] Manage and query a key-URL list.
 
 homepage:               http://haskell.org/haskellwiki/Lambdabot
@@ -60,7 +67,7 @@
                         bytestring              >= 0.9,
                         containers              >= 0.4,
                         HTTP                    >= 4000,
-                        lambdabot-core          >= 5 && < 5.1,
+                        lambdabot-core          >= 5.0.1 && < 5.1,
                         mtl                     >= 2,
                         oeis                    >= 0.3.1,
                         process                 >= 1.1,
