summaryrefslogtreecommitdiff
path: root/stack.yaml
blob: bfd8b430144caf81176f3deef8aaea882c0affba (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
resolver: lts-12.14
compiler: ghc-8.4.2
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:
- 'pandoc-2.4'
- 'pandoc-citeproc-0.15'
- 'yaml-0.11.0.0'

- 'libyaml-0.1.0.0'
- 'HsYAML-0.1.1.2'
- 'haddock-library-1.7.0'
- 'hslua-1.0.1'
- 'hslua-module-text-0.2.0'