summaryrefslogtreecommitdiff
path: root/stack.yaml
blob: f8a83a4010b3c1bc2ba0cbab744285796a55d584 (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
resolver: lts-13.29
save-hackage-creds: false

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:
- 'cmark-gfm-0.2.0'
- 'hslua-module-system-0.2.1'
- 'ipynb-0.1'
- 'lrucache-1.2.0.1'
- 'pandoc-2.7.3'
- 'pandoc-citeproc-0.16.2'
- 'skylighting-0.8.2'
- 'skylighting-core-0.8.2'