packages feed

muon 0.1.0.0 → 0.1.0.1

raw patch · 1 files changed

+9/−2 lines, 1 files

Files

muon.cabal view
@@ -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