aboutsummaryrefslogtreecommitdiff
path: root/stack.yaml
blob: 86a49ff637c5e039a62a22023dfd6e957b2d714f (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
flags:
  pandoc:
    trypandoc: false
    embed_data_files: true
  QuickCheck:
    old-random: false
packages:
- '.'
extra-deps:
- skylighting-core-0.12
- skylighting-0.12
- doctemplates-0.10
- git: https://github.com/jgm/texmath.git
  commit: 9243169ebf84fb555d37750b0cf758c1cf9827dc
- git: https://github.com/jgm/pandoc-types.git
  commit: 39048c9be4922771b378154f72557a5a57739d37
- git: https://github.com/jgm/commonmark-hs.git
  commit: 8d243cdf67ee673a09ceab26948422d784796859
  subdirs:
  - commonmark-pandoc
- git: https://github.com/jgm/citeproc.git
  commit: 22d5755231c97f749f2df4ec7eca639d6cc9c891
ghc-options:
   "$locals": -fhide-source-paths -Wno-missing-home-modules
resolver: lts-18.10
nix:
  packages: [zlib]