aboutsummaryrefslogtreecommitdiff
path: root/stack.yaml
blob: 9b73f2bd1eff87d4b2cc7e7ff91c1f8b69b797fe (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
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
- texmath-0.12.3.1
- git: https://github.com/jgm/citeproc.git
  commit: 59e98e8d1e13ddb53bef9f90adbd1c64652f0173
ghc-options:
   "$locals": -fhide-source-paths -Wno-missing-home-modules
resolver: lts-18.0
nix:
  packages: [zlib]