diff --git a/muon.cabal b/muon.cabal
--- a/muon.cabal
+++ b/muon.cabal
@@ -2,9 +2,16 @@
 -- see http://haskell.org/cabal/users-guide/
 
 name:                muon
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            Static blog generator
-description:         Static blog generator
+description:
+    Program which takes blog posts and pages written in Markdown and
+    compiles them into a tree of HTML pages which can then be served
+    by any web server.
+    .
+    Muon is similar in function to Hakyll <http://jaspervdj.be/hakyll/>
+    by has far fewer features (and dependencies) and is generally not
+    ready for use in production as of yet.
 homepage:            http://repos.kaashif.co.uk/darcs?r=muon;a=summary
 license:             BSD3
 license-file:        LICENSE
