summaryrefslogtreecommitdiff
path: root/stack.yaml
blob: 0b038b1d37d5b52800fa3ff53b798eb5e88a343f (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
resolver: nightly-2018-08-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:
- file-embed-0.0.11
- QuickCheck-2.12.4
- yaml-0.10.1.1

- pandoc-2.2.3.2
- pandoc-citeproc-0.14.3.1
- HsYAML-0.1.1.2
- aeson-1.3.1.1
- rfc5051-0.1.0.3