summaryrefslogtreecommitdiff
path: root/stack.yaml
blob: 2c6e536fe201611fd6b624a2f4465aca44a99c97 (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
resolver: lts-11.0
extra-package-dbs: []

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

packages:
  - '.'

extra-deps: []

nix:
  enable: false
  packages:
    - zlib

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