blob: bcb43b0d45b03cfa48cfb98544a3afc5e8e7cb72 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
packages: pandoc.cabal
package pandoc
flags: +embed_data_files -trypandoc
ghc-options: -j +RTS -A64m -RTS
package pandoc-citeproc
flags: +embed_data_files +bibutils -unicode_collation -test_citeproc -debug
ghc-options: -j +RTS -A64m -RTS
source-repository-package
type: git
location: https://github.com/jgm/pandoc-citeproc
tag: 0.17.0.1
source-repository-package
type: git
location: https://github.com/jgm/commonmark-hs
tag: 8d4442abc443ce0100cc87af797e7df9a72b9b9a
|