hakyll/hakyll.cabal
Sebastian Schwarz e14595f6a9 Increased maximum version for bytestring dependency.
Apart from bug fixes bytestring will probably hardly change until
0.9.2.  This also makes it possible to use Hakyll with bytesting's
newest version (0.9.1.5) from Hackage.
2010-01-09 00:12:25 +01:00

43 lines
1.3 KiB
Text

Name: hakyll
Version: 0.4
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
License: BSD3
License-File: LICENSE
Category: Text
Cabal-Version: >= 1.2
build-type: Simple
library
ghc-options: -Wall
hs-source-dirs: src/
build-depends: base >= 4 && < 5,
template >= 0.1.1,
filepath >= 1.1,
directory >= 1,
containers >= 0.1,
bytestring >= 0.9 && < 0.9.2,
pandoc >= 1,
regex-compat >= 0.92,
network >= 2,
mtl >= 1.1,
old-locale >= 1,
time >= 1
exposed-modules: Text.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
Network.Hakyll.SimpleServer