packages feed

muon-0.1.0.2: muon.cabal

-- Initial muon.cabal generated by cabal init.  For further documentation, 
-- see http://haskell.org/cabal/users-guide/

name:                muon
version:             0.1.0.2
synopsis:            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/>
    but 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
author:              Kaashif Hymabaccus
maintainer:          kaashifhymabaccus@gmail.com
copyright:           Copyright (c) 2014 Kaashif Hymabaccus
category:            Web
build-type:          Simple
cabal-version:       >=1.8
data-dir:            src
data-files:          def/style/style.css
                     def/templates/*.st
                     def/posts/*.post
                     def/pages/about
                     def/pages/contact
extra-source-files:  src/*.hs README

source-repository head
    type: darcs
    location: http://repos.kaashif.co.uk/muon

executable muon
  main-is:             Main.hs
  build-depends:       base ==4.6.*, text ==0.11.*, HStringTemplate ==0.7.*, directory ==1.2.*, Glob ==0.7.*, process ==1.2.*, blaze-html ==0.7.*, markdown ==0.1.*
  hs-source-dirs:      src