hakyll/hakyll.cabal

22 lines
580 B
Text
Raw Normal View History

2009-12-02 12:49:42 +00:00
Name: hackyll
Version: 0.1
Synopsis: A simple static site generator.
Description:
A simple static site generator, mainly aimed at creating
blogs.
Author: Jasper Van der Jeugt
Maintainer: jaspervdj@gmail.com
Cabal-Version: >= 1.2
build-type: Simple
library
2009-12-02 13:34:50 +00:00
ghc-options: -Wall
2009-12-02 12:49:42 +00:00
hs-source-dirs: src/
2009-12-02 13:34:50 +00:00
build-depends: base >= 4 && < 5, template, filepath, directory, containers, bytestring,
2009-12-02 12:49:42 +00:00
pandoc >= 1
exposed-modules: Text.Hakyll.Render
Text.Hakyll.Page
2009-12-02 13:34:50 +00:00
Text.Hakyll.Util