hakyll/hakyll.cabal

41 lines
1.2 KiB
Text
Raw Normal View History

2009-12-05 12:11:23 +00:00
Name: hakyll
2009-12-28 17:21:03 +00:00
Version: 0.3
2009-12-02 12:49:42 +00:00
2009-12-05 11:43:30 +00:00
Synopsis: A simple static site generator library.
2009-12-02 12:49:42 +00:00
Description:
2009-12-05 11:43:30 +00:00
A simple static site generator library , mainly aimed at
creating blogs.
2009-12-02 12:49:42 +00:00
Author: Jasper Van der Jeugt
Maintainer: jaspervdj@gmail.com
2009-12-28 17:21:03 +00:00
Homepage: http://jaspervdj.be/hakyll
2009-12-04 12:20:35 +00:00
License: BSD3
License-File: LICENSE
Category: Text
2009-12-02 12:49:42 +00:00
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-28 17:21:03 +00:00
build-depends: base >= 4 && < 5,
template >= 0.1,
filepath >= 1.1,
directory >= 1,
containers >= 0.1,
bytestring >= 0.9,
pandoc >= 1,
regex-compat >= 0.92,
network >= 2,
mtl >= 1.1
2009-12-26 23:01:35 +00:00
exposed-modules: Text.Hakyll
Text.Hakyll.Render
Text.Hakyll.Renderable
Text.Hakyll.Renderables
2009-12-18 15:31:56 +00:00
Text.Hakyll.CompressCSS
Text.Hakyll.File
2009-12-02 12:49:42 +00:00
Text.Hakyll.Page
2009-12-02 13:34:50 +00:00
Text.Hakyll.Util
2009-12-26 10:53:25 +00:00
Text.Hakyll.Tags
Network.Hakyll.SimpleServer