summaryrefslogtreecommitdiff
path: root/hakyll.cabal
blob: 5dabb95fb1983a2454c58589dd114710406131e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Name:           hakyll
Version:        0.1

Synopsis:       A simple static site generator library.
Description:
  A simple static site generator library , mainly aimed at
  creating blogs.
Author:         Jasper Van der Jeugt
Maintainer:     jaspervdj@gmail.com
Homepage:       http://github.com/jaspervdj/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, filepath, directory, containers, bytestring,
                   pandoc >= 1
  exposed-modules: Text.Hakyll.Render
                   Text.Hakyll.Renderable
                   Text.Hakyll.Page
                   Text.Hakyll.RenderableFilePath
                   Text.Hakyll.Util