hakyll/hakyll.cabal
2010-01-14 20:59:31 +01:00

51 lines
1.6 KiB
Text

Name: hakyll
Version: 1.0.1
Synopsis: A simple static site generator library.
Description:
A simple static site generator library, mainly aimed at
creating blogs and brochure sites.
Author: Jasper Van der Jeugt
Maintainer: jaspervdj@gmail.com
Homepage: http://jaspervdj.be/hakyll
Bug-Reports: http://github.com/jaspervdj/Hakyll/issues
License: BSD3
License-File: LICENSE
Category: Text
Cabal-Version: >= 1.6
build-type: Simple
source-repository head
type: git
location: git://github.com/jaspervdj/Hakyll.git
library
ghc-options: -Wall
hs-source-dirs: src/
build-depends: base >= 4 && < 5,
filepath >= 1.1,
directory >= 1,
containers >= 0.1,
pandoc >= 1,
regex-base >= 0.83,
regex-tdfa >= 0.92,
network >= 2,
mtl >= 1.1,
old-locale >= 1,
time >= 1,
parallel >= 2
exposed-modules: Text.Hakyll
Text.Hakyll.Hakyll
Text.Hakyll.Render
Text.Hakyll.Renderable
Text.Hakyll.Renderables
Text.Hakyll.CompressCSS
Text.Hakyll.File
Text.Hakyll.Page
Text.Hakyll.Util
Text.Hakyll.Tags
Text.Hakyll.Context
Text.Hakyll.Regex
Network.Hakyll.SimpleServer
other-modules: Text.Hakyll.Render.Internal