summaryrefslogtreecommitdiff
path: root/stack.yaml
blob: 782073839064a212b7e742155f93a6352c10e3e9 (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
resolver: lts-16.21
save-hackage-creds: false
system-ghc: true
skip-ghc-check: true

flags:
  hakyll:
    previewServer: true
    watchServer:   true
    checkExternal: true
    usePandoc:     true
    buildWebsite:  true

packages:
  - '.'

nix:
  enable: false
  packages:
    - zlib

build:
  haddock: true
  haddock-hyperlink-source: true
  haddock-deps: false

extra-deps:
- 'citeproc-0.2'
- 'commonmark-0.1.1.2'
- 'commonmark-extensions-0.2.0.4'
- 'commonmark-pandoc-0.2.0.1'
- 'hslua-1.3.0'
- 'hslua-module-text-0.3.0.1'
- 'jira-wiki-markup-1.3.2'
- 'pandoc-2.11.2'
- 'pandoc-types-1.22'
- 'rfc5051-0.2'
- 'skylighting-0.10.1'
- 'skylighting-core-0.10.1'