pandoc/stack.yaml

25 lines
471 B
YAML
Raw Normal View History

2015-08-13 09:21:54 -07:00
flags:
pandoc:
trypandoc: false
embed_data_files: true
2021-03-17 22:49:50 -07:00
QuickCheck:
old-random: false
2015-08-13 09:21:54 -07:00
packages:
- '.'
2017-12-28 21:14:15 -08:00
extra-deps:
2021-05-25 17:49:48 +02:00
- haddock-library-1.10.0
- hslua-1.3.0
2021-02-02 19:14:19 +01:00
- hslua-module-path-0.1.0
- jira-wiki-markup-1.4.0
2021-03-17 22:49:50 -07:00
- random-1.2.0
2021-04-25 21:56:54 -07:00
- unicode-collation-0.1.3
- citeproc-0.4.0.1
2021-05-28 13:14:56 -07:00
- commonmark-0.2
2021-05-29 19:20:03 -07:00
- commonmark-extensions-0.2.1.2
2021-05-28 13:14:56 -07:00
- commonmark-pandoc-0.2.1
ghc-options:
"$locals": -fhide-source-paths -Wno-missing-home-modules
resolver: lts-17.12
nix:
packages: [zlib]