aboutsummaryrefslogtreecommitdiff
path: root/stack.yaml
blob: 90735215e5b2849cef294af8ded9f1b96712c379 (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
flags:
  pandoc:
    trypandoc: false
    embed_data_files: true
  QuickCheck:
    old-random: false
packages:
- '.'
extra-deps:
- commonmark-0.2.1
- commonmark-pandoc-0.2.1.1
- skylighting-core-0.11
- skylighting-0.11
- doctemplates-0.10
- git: https://github.com/jgm/texmath.git
  commit: 19700530733707284bb41f24add757f19ca23430
- git: https://github.com/jgm/citeproc.git
  commit: b27201c3ac48ffd2853f77152df19b6e2cf36987
ghc-options:
   "$locals": -fhide-source-paths -Wno-missing-home-modules
resolver: lts-18.0
nix:
  packages: [zlib]