-
Notifications
You must be signed in to change notification settings - Fork 0
/
hakyll-extra.cabal
38 lines (35 loc) · 1.46 KB
/
hakyll-extra.cabal
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
name: hakyll-extra
version: 0.1.0.0
synopsis: A bunch of extra functionality for Hakyll-based sites.
description: Please see README.md
homepage: https://github.com/beerendlauwers/hakyll-extra
license: BSD3
author: Beerend Lauwers
maintainer: [email protected]
copyright: 2015 Beerend Lauwers
category: Web
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: Hakyll.Core.Rules.Extra,
Hakyll.Core.Identifier.Pattern.Extra,
Hakyll.Web.Template.Context.Extra,
Hakyll.Core.Util.JSON,
Hakyll.Translation,
Hakyll.Translation.Types,
Hakyll.Translation.Format.Metadata,
Hakyll.Translation.Examples.Directories,
Hakyll.Translation.Examples.AllLanguages
Hakyll.Translation.Examples.ToJavascript
build-depends: base >= 4.7 && < 5,
hakyll >= 4.6 && < 4.8,
aeson >= 0.7 && < 0.9,
utf8-string == 1.*,
containers == 0.5.*,
filepath == 1.3.*
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/beerendlauwers/hakyll-extra