hakyll/hakyll.cabal

63 lines
2.2 KiB
Text
Raw Normal View History

2010-03-06 14:39:45 +00:00
Name: hakyll
2010-06-22 09:59:49 +00:00
Version: 2.2.1
2009-12-02 12:49:42 +00:00
2010-03-06 14:39:45 +00:00
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
Data-Dir: data
2010-03-08 20:42:56 +00:00
Data-Files: templates/atom.xml
templates/atom-item.xml
templates/rss.xml
2010-03-06 14:39:45 +00:00
templates/rss-item.xml
2009-12-02 12:49:42 +00:00
2010-03-06 14:39:45 +00:00
build-type: Simple
2009-12-02 12:49:42 +00:00
source-repository head
2010-03-06 14:39:45 +00:00
type: git
location: git://github.com/jaspervdj/Hakyll.git
2009-12-02 12:49:42 +00:00
library
2010-03-06 14:39:45 +00:00
ghc-options: -Wall
hs-source-dirs: src
build-depends: base >= 4 && < 5,
2010-06-21 15:00:57 +00:00
filepath == 1.1.*,
directory == 1.0.*,
containers == 0.3.*,
pandoc == 1.5.*,
regex-base == 0.93.*,
regex-tdfa == 1.1.*,
network == 2.2.*,
mtl == 1.1.*,
old-locale == 1.0.*,
old-time == 1.0.*,
time == 1.2.*,
binary == 0.5.*
2010-03-06 14:39:45 +00:00
exposed-modules: Network.Hakyll.SimpleServer
Text.Hakyll
Text.Hakyll.Context
Text.Hakyll.ContextManipulations
Text.Hakyll.CreateContext
2010-03-06 14:39:45 +00:00
Text.Hakyll.File
Text.Hakyll.HakyllMonad
2010-03-06 14:39:45 +00:00
Text.Hakyll.Regex
Text.Hakyll.Render
2010-03-10 12:35:53 +00:00
Text.Hakyll.HakyllAction
2010-03-06 14:39:45 +00:00
Text.Hakyll.Paginate
Text.Hakyll.Util
Text.Hakyll.Tags
2010-03-08 20:42:56 +00:00
Text.Hakyll.Feed
other-modules: Paths_hakyll
2010-03-06 14:39:45 +00:00
Text.Hakyll.Internal.Cache
Text.Hakyll.Internal.CompressCss
Text.Hakyll.Internal.FileType
2010-03-06 14:39:45 +00:00
Text.Hakyll.Internal.Page
Text.Hakyll.Internal.Template