aboutsummaryrefslogtreecommitdiff
path: root/stack.yaml
blob: d9506b877b572db6c0e73c0e73181112e1838ae1 (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
31
32
33
34
35
36
37
38
39
40
flags:
  pandoc:
    trypandoc: false
    embed_data_files: true
    static: false
  pandoc-citeproc:
    bibutils: true
    embed_data_files: true
    unicode_collation: false
    test_citeproc: false
    debug: false
packages:
- '.'
extra-deps:
- pandoc-types-1.21
- pandoc-citeproc-0.17.0.1
- texmath-0.12.0.2
- haddock-library-1.9.0
- skylighting-0.8.5
- skylighting-core-0.8.5
- regex-pcre-builtin-0.95.1.2.8.43
- regex-base-0.94.0.0
- doclayout-0.3
- emojis-0.1
- hslua-1.1.2
- jira-wiki-markup-1.3.2
- HsYAML-0.2.1.0
- HsYAML-aeson-0.2.0.0
- doctemplates-0.8.2
- git: https://github.com/jgm/commonmark-hs
  commit: a0ecfba10405ab9cfc285f531f4d98e5453234c1
  subdirs:
    - commonmark
    - commonmark-extensions
    - commonmark-pandoc
ghc-options:
   "$locals": -fhide-source-paths -Wno-missing-home-modules
resolver: lts-14.6
nix:
  packages: [zlib]