blob: 832bbc23f29950777105062cb7fd3e18823aa4d3 (
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
28
29
30
31
32
33
34
35
36
37
38
39
40
|
Name: hakyll
Version: 0.3
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://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,
filepath >= 1.1,
directory >= 1,
containers >= 0.1,
bytestring >= 0.9,
pandoc >= 1,
regex-compat >= 0.92,
network >= 2,
mtl >= 1.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
Network.Hakyll.SimpleServer
|