aboutsummaryrefslogtreecommitdiff
path: root/stack.yaml
blob: f4c42c6d16f75f0fd8792d0af04fec0c882c073f (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
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
- emojis-0.1.2
- doclayout-0.3.1.1
- git: https://github.com/jgm/pandoc-types.git
  commit: f796401eaaab780f83c562e97dbb8c8d4b9974d1
- git: https://github.com/jgm/texmath.git
  commit: c046e6e5a93510f2c37dbc700f82a2c53ed87b5f
- git: https://github.com/jgm/citeproc.git
  commit: 673a7fb643d24a3bb0f60f8f29e189c0ba7ef15b
- git: https://github.com/jgm/commonmark-hs.git
  commit: 3cba9f874db7516f49d221a94171b4af010b5bea
  subdirs: [commonmark-pandoc]
ghc-options:
   "$locals": -fhide-source-paths -Wno-missing-home-modules
resolver: lts-18.10
nix:
  packages: [zlib]