-
Notifications
You must be signed in to change notification settings - Fork 0
/
hakyll-dir-list.cabal
38 lines (30 loc) · 1.14 KB
/
hakyll-dir-list.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
name: hakyll-dir-list
version: 1.0.0.4
synopsis: Allow Hakyll to create hierarchical menues from directories.
description:
Hakyll extension which supports the creation of hierarchical
menus from source files in a directory structure.
Adittionally single page web sites can created by using flattened
page id's instead of urls.
author: Robert Hennig <[email protected]>
maintainer: Robert Hennig <[email protected]>
homepage: http://github.com/freylax/hakyll-dir-list
bug-reports: http://github.com/freylax/hakyll-dir-list/issues
license: BSD3
license-file: LICENSE
category: Web
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
README.md CHANGELOG.md
library
exposed-modules:
Hakyll.Web.Template.DirList
build-depends: base == 4.*
, hakyll == 4.12.*
, filepath
, containers
, data-default
hs-source-dirs: src
Ghc-options: -Wall
default-language: Haskell2010