7388cd3e7a
- Add FromYAML instances to Opt and to all subsidiary types. - Remove the use of HsYAML-aeson, which doesn't give good position information on errors. - Rename some fields in Opt to better match cli options or reflect what the ycontain [API change]: + optMetadataFile -> optMetadataFiles + optPDFEngineArgs -> optPDFEngineOpts + optWrapText -> optWrap - Add IpynbOutput enumerated type to Text.Pandoc.App.Opts. Use this instead fo a string for optIpynbOutput. - Add FromYAML instance for Filter in Text.Pandoc.Filters. With these changes parsing of defaults files should be complete and should give decent error messages. Now (unlike before) we get an error if an unknown field is used.
19 lines
497 B
Text
19 lines
497 B
Text
packages: pandoc.cabal
|
|
|
|
package pandoc
|
|
flags: +embed_data_files -trypandoc
|
|
ghc-options: -j +RTS -A32M -RTS
|
|
|
|
package pandoc-citeproc
|
|
flags: +embed_data_files +bibutils -unicode_collation -test_citeproc -debug
|
|
ghc-options: -j +RTS -A32M -RTS
|
|
|
|
source-repository-package
|
|
type: git
|
|
location: https://github.com/jgm/pandoc-citeproc
|
|
tag: 0.16.3
|
|
|
|
source-repository-package
|
|
type: git
|
|
location: https://github.com/jgm/doctemplates.git
|
|
tag: 180a5e9318e3cee44c6581f6d8ace14de684b735
|