aboutsummaryrefslogtreecommitdiff
path: root/stack.yaml
AgeCommit message (Collapse)AuthorFilesLines
2021-05-25Jira: add support for "smart" linksAlbert Krewinkel1-1/+1
Support has been added for the new `[alias|https://example.com|smart-card]` syntax.
2021-05-24Use jira-wiki-markup 1.3.5Albert Krewinkel1-0/+1
* Allow spaces and most unicode characters in attachment links. * No longer require a newline character after `{noformat}`. * Only allow URI path segment characters in bare links. * The `file:` schema is no longer allowed in bare links; these rarely make sense. Closes: #7218
2021-05-21Bump upper-bounds for network-uri, time.John MacFarlane1-7/+1
Change stack.yaml to use lts-17.12.
2021-05-12Use released citeproc 0.4.John MacFarlane1-3/+1
2021-05-12Use texmath 0.12.3.John MacFarlane1-3/+1
2021-04-25Use dev texmath, citeproc.John MacFarlane1-3/+5
2021-04-20stack.yaml - use latest unicode-collation.John MacFarlane1-1/+1
2021-04-18Use lastest citeproc.John MacFarlane1-1/+1
2021-04-18Use lastest unicode-collation.John MacFarlane1-1/+1
2021-04-17Update to released unicode-collation, latest citeproc dev version.John MacFarlane1-3/+2
Update citeproc test.
2021-04-17Use new citeproc + unicode-collation.John MacFarlane1-1/+5
Add command test for unicode-collation.
2021-04-15Use latest xml-conduit.John MacFarlane1-0/+1
2021-03-22Require latest skylighting (fixes a bug in XML syntax highlighting).John MacFarlane1-2/+2
2021-03-19Use skylighting 0.10.5.John MacFarlane1-2/+2
This fixes a bad regression in Haskell syntax highlighting.
2021-03-17Use random 1.2.0 in stack.yaml.John MacFarlane1-0/+3
2021-03-17Remove unnecessary tasty-bench from extra-depsJohn MacFarlane1-1/+0
2021-03-16Increase heap space in runtime for benchmarks.John MacFarlane1-0/+1
Otherwise we're essentially benchmarking garbage collecting, which can give very inconsistent results.
2021-03-15Require texmath 0.12.2John MacFarlane1-0/+1
2021-03-15Use doclayout 0.3.0.2.John MacFarlane1-1/+1
This further reduces time and memory needed to compile pandoc.
2021-03-14Require latest doclayout and skylighting.John MacFarlane1-2/+3
2021-03-14Use latest dev version of doclayout.John MacFarlane1-3/+2
This reduces compile time/memory consumption for pandoc considerably. See jgm/doclayout#1.
2021-03-13Use eciteproc >= 0.3.0.9John MacFarlane1-0/+1
2021-03-13stack.yaml: add jira-wiki-markup-1.3.4 to extra-depsAlbert Krewinkel1-0/+1
2021-03-04Update stack resolver.John MacFarlane1-10/+1
2021-03-02stack.yaml - use citeproc 0.3.0.8John MacFarlane1-1/+1
2021-02-27Add xml-conduit to stack.yaml extra-deps.John MacFarlane1-0/+1
2021-02-27Use skylighting 0.10.4.John MacFarlane1-2/+2
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 MacFarlane1-0/+2
2021-02-18'make bench': Create csv files for comparison.John MacFarlane1-1/+1
2021-02-12Jira: require jira-wiki-markup 1.3.3Albert Krewinkel1-1/+1
* 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 MacFarlane1-10/+1
2021-02-06stack.yaml - use commonmark-0.1.1.4 for GHC 9John MacFarlane1-1/+1
2021-02-02Fix stack configAlbert Krewinkel1-1/+1
2021-02-02Lua: add module "pandoc.path"Albert Krewinkel1-1/+3
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 MacFarlane1-2/+2
+ 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 MacFarlane1-4/+4
2021-01-30Use tasty-bench instead of criterion for benchmarks.John MacFarlane1-0/+1
It is much lighter-weight.
2021-01-30Use latest citeproc.John MacFarlane1-4/+4
The fix to jgm/citeproc#49 also closes #7060.
2021-01-22Use citeproc 0.3.0.5.John MacFarlane1-1/+1
2021-01-15Use citeproc >= 0.3.0.4.John MacFarlane1-4/+4
2021-01-15Use dev version of citeproc.John MacFarlane1-4/+4
Change a citation test which had wrong disambiguation (see jgm/citeproc#44).
2021-01-11Use commonmark 0.1.1.3.John MacFarlane1-1/+1
2020-12-29Use citeproc 0.3.0.3.John MacFarlane1-1/+1
Fixes an issue in author-only citations when both an author and translator are present.
2020-12-28Use latest citeproc release.John MacFarlane1-1/+1
2020-12-27Require texmath 0.12.1.John MacFarlane1-0/+1
2020-12-18Use citeproc 0.3.0.1.John MacFarlane1-1/+1
2020-12-17Remove .travis.yml and add CircleCI config.John MacFarlane1-1/+0
2020-12-17Use skylighting 0.10.2.John MacFarlane1-2/+2
Cloess #6625.
2020-12-16Use released citeproc 0.3.John MacFarlane1-4/+4
2020-12-16Use released doctemplates 0.9.John MacFarlane1-4/+1