hakyll/hakyll.cabal

56 lines
1.7 KiB
Text
Raw Normal View History

2009-12-05 12:11:23 +00:00
Name: hakyll
2010-01-30 11:48:54 +00:00
Version: 1.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-29 18:09:11 +00:00
A simple static site generator library, mainly aimed at
creating blogs and brochure sites.
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
Bug-Reports: http://github.com/jaspervdj/Hakyll/issues
2009-12-04 12:20:35 +00:00
License: BSD3
License-File: LICENSE
Category: Text
Cabal-Version: >= 1.6
2009-12-02 12:49:42 +00:00
build-type: Simple
source-repository head
type: git
location: git://github.com/jaspervdj/Hakyll.git
2009-12-02 12:49:42 +00:00
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,
filepath >= 1.1,
directory >= 1,
containers >= 0.1,
pandoc >= 1,
regex-base >= 0.83,
regex-tdfa >= 0.92,
2009-12-28 17:21:03 +00:00
network >= 2,
mtl >= 1.1,
old-locale >= 1,
old-time >= 1,
2010-01-11 08:19:23 +00:00
time >= 1,
binary >= 0.5,
QuickCheck >= 2
2010-01-24 15:40:09 +00:00
exposed-modules: Network.Hakyll.SimpleServer
Text.Hakyll
Text.Hakyll.Context
Text.Hakyll.File
2010-01-14 19:46:08 +00:00
Text.Hakyll.Hakyll
2010-01-24 15:40:09 +00:00
Text.Hakyll.Regex
2009-12-26 23:01:35 +00:00
Text.Hakyll.Render
Text.Hakyll.Renderable
Text.Hakyll.Renderables
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
Text.Hakyll.Internal.Cache
2010-01-31 10:19:57 +00:00
Text.Hakyll.Internal.CompressCss
Text.Hakyll.Internal.Render
Text.Hakyll.Internal.Template