aboutsummaryrefslogtreecommitdiff
path: root/stack.yaml
AgeCommit message (Collapse)Author
2021-04-25Use dev texmath, citeproc.John MacFarlane
2021-04-20stack.yaml - use latest unicode-collation.John MacFarlane
2021-04-18Use lastest citeproc.John MacFarlane
2021-04-18Use lastest unicode-collation.John MacFarlane
2021-04-17Update to released unicode-collation, latest citeproc dev version.John MacFarlane
Update citeproc test.
2021-04-17Use new citeproc + unicode-collation.John MacFarlane
Add command test for unicode-collation.
2021-04-15Use latest xml-conduit.John MacFarlane
2021-03-22Require latest skylighting (fixes a bug in XML syntax highlighting).John MacFarlane
2021-03-19Use skylighting 0.10.5.John MacFarlane
This fixes a bad regression in Haskell syntax highlighting.
2021-03-17Use random 1.2.0 in stack.yaml.John MacFarlane
2021-03-17Remove unnecessary tasty-bench from extra-depsJohn MacFarlane
2021-03-16Increase heap space in runtime for benchmarks.John MacFarlane
Otherwise we're essentially benchmarking garbage collecting, which can give very inconsistent results.
2021-03-15Require texmath 0.12.2John MacFarlane
2021-03-15Use doclayout 0.3.0.2.John MacFarlane
This further reduces time and memory needed to compile pandoc.
2021-03-14Require latest doclayout and skylighting.John MacFarlane
2021-03-14Use latest dev version of doclayout.John MacFarlane
This reduces compile time/memory consumption for pandoc considerably. See jgm/doclayout#1.
2021-03-13Use eciteproc >= 0.3.0.9John MacFarlane
2021-03-13stack.yaml: add jira-wiki-markup-1.3.4 to extra-depsAlbert Krewinkel
2021-03-04Update stack resolver.John MacFarlane
2021-03-02stack.yaml - use citeproc 0.3.0.8John MacFarlane
2021-02-27Add xml-conduit to stack.yaml extra-deps.John MacFarlane
2021-02-27Use skylighting 0.10.4.John MacFarlane
This version of skylighting uses xml-conduit rather than hxt. This speeds up parsing of XML syntax definitions fourfold, and removes four packages from pandoc's dependency graph: hxt-charproperties hxt-unicode hxt-regex-xmlschema hxt
2021-02-22Use latest skylighting.John MacFarlane
2021-02-18'make bench': Create csv files for comparison.John MacFarlane
2021-02-12Jira: require jira-wiki-markup 1.3.3Albert Krewinkel
* Modified the Doc parser to skip leading blank lines. This fixes parsing of documents which start with multiple blank lines. (#7095) * Prevent URLs within link aliases to be treated as autolinks. (#6944) Fixes: #7095 Fixes: #6944
2021-02-08Use lts-17.2 resolver (with ghc 8.10.3).John MacFarlane
2021-02-06stack.yaml - use commonmark-0.1.1.4 for GHC 9John MacFarlane
2021-02-02Fix stack configAlbert Krewinkel
2021-02-02Lua: add module "pandoc.path"Albert Krewinkel
The module allows to work with file paths in a convenient and platform-independent manner. Closes: #6001 Closes: #6565
2021-02-01BibTeX writer fixes. Closes #7067.John MacFarlane
+ Require citeproc 0.3.0.7, which correctly titlecases when titles contain non-ASCII characters. + Correctly handle 'pages' (= 'page' in CSL). + Correctly handle BibLaTeX 'langid' (= 'language' in CSL). + In BibTeX output, protect foreign titles since there's no language field.
2021-01-30Require citeproc 0.3.0.6.John MacFarlane
2021-01-30Use tasty-bench instead of criterion for benchmarks.John MacFarlane
It is much lighter-weight.
2021-01-30Use latest citeproc.John MacFarlane
The fix to jgm/citeproc#49 also closes #7060.
2021-01-22Use citeproc 0.3.0.5.John MacFarlane
2021-01-15Use citeproc >= 0.3.0.4.John MacFarlane
2021-01-15Use dev version of citeproc.John MacFarlane
Change a citation test which had wrong disambiguation (see jgm/citeproc#44).
2021-01-11Use commonmark 0.1.1.3.John MacFarlane
2020-12-29Use citeproc 0.3.0.3.John MacFarlane
Fixes an issue in author-only citations when both an author and translator are present.
2020-12-28Use latest citeproc release.John MacFarlane
2020-12-27Require texmath 0.12.1.John MacFarlane
2020-12-18Use citeproc 0.3.0.1.John MacFarlane
2020-12-17Remove .travis.yml and add CircleCI config.John MacFarlane
2020-12-17Use skylighting 0.10.2.John MacFarlane
Cloess #6625.
2020-12-16Use released citeproc 0.3.John MacFarlane
2020-12-16Use released doctemplates 0.9.John MacFarlane
2020-12-16Fix citeproc regression with duplicate references.John MacFarlane
- Use dev version of citeproc, which handles duplicate ids better, preferring the last one in the list and discarding the rest. - Ensure that inline citations take priority over external ones. See jgm/citeproc#36. This restores the behavior of pandoc-citeproc.
2020-12-16Use latest dev version of doctemplates.John MacFarlane
2020-12-15Properly handle boolean values in writing YAML metadata.John MacFarlane
(Markdown writer.) This requires doctemplates >= 0.9. Closes #6388.
2020-12-09Use latest citeproc release.John MacFarlane
2020-11-30Use a more recent stack resolver.John MacFarlane