aboutsummaryrefslogtreecommitdiff
path: root/stack.yaml
AgeCommit message (Collapse)AuthorFilesLines
2021-09-22Use latest citeproc.John MacFarlane1-1/+1
2021-09-18Use skylighting-0.12, skylighting-core-0.12.John MacFarlane1-2/+2
This fixes highlighting issues with typescript, scala, and other syntaxes that include keyword lists from different syntaxes.
2021-09-16stack.yaml: use lts-18.10 resolver.John MacFarlane1-3/+1
2021-09-13Use latest dev version of texmath.John MacFarlane1-1/+2
2021-09-10Use latest dev citeproc.John MacFarlane1-1/+1
2021-09-09Use dev version of citeproc.John MacFarlane1-1/+2
2021-08-17Use released citeproc 0.5.John MacFarlane1-3/+1
2021-08-13Convert Quoted in bib entries to special Spans...John MacFarlane1-0/+1
before passing them off to citeproc. This ensures that we get proper localization and flipflopping if, e.g., quotes are used in titles. Closes jgm/citeproc#87.
2021-08-13Citeproc: avoid odd handling of quotes.John MacFarlane1-1/+1
citeproc changes allow us to ignore Quoted elements; citeproc now uses its own method for represented quoted things, and only localizes and flipflops quotes it adds itself. See #87. The one thing left to do is to convert Quoted elements in bibliography databases (esp. titles) to `Span ("",["csl-quoted"],[])` before passing them to citeproc, IF the localized quotes for the quote type match the standard inverted commas.
2021-08-13Removed quote localization from citeproc processing.John MacFarlane1-1/+5
This is now done in citeproc itself.
2021-07-18Use doctemplates 0.4.1 and citeproc 0.10.John MacFarlane1-4/+2
2021-07-17Use skylighting 0.11.John MacFarlane1-2/+2
2021-07-05Revamp note citation handling.John MacFarlane1-1/+1
Use latest citeproc, which uses a Span with a class rather than a Note for notes. This helps us distinguish between user notes and citation notes. Don't put citations at the beginning of a note in parentheses. (Closes #7394.)
2021-06-29Use dev version of citeproc.John MacFarlane1-1/+1
This eliminates double hyperlinks in author-in-text citations. Author-only citations are no longer hyperlinked. See jgm/citeproc#77.
2021-06-28Use dev version of citeproc.John MacFarlane1-0/+2
This fixes moving of punctuation inside quotes to conform to the CSL spec: only comma and period are moved, not question mark or exclamation point.
2021-06-28Require commonmark-pandoc >= 0.2.2.1.John MacFarlane1-0/+1
This fixes task lists with multiple paragraphs.
2021-06-22Use dev version of doctemplates.John MacFarlane1-0/+2
2021-06-20Bump to 2.14.0.3, update changelog, require latest skylighting.John MacFarlane1-0/+2
2021-06-20Use lts-18.0 stack resolver.John MacFarlane1-10/+1
2021-06-20Require commonmark 0.2.1.John MacFarlane1-1/+1
2021-06-05Require citeproc 0.4.0.1.John MacFarlane1-1/+1
This fixes a bug which led to doubled "et al." in some (rare) circumstances.
2021-05-29Use commonmark-extensions 0.2.1.2John MacFarlane1-1/+1
2021-05-28Use latest commonmark.John MacFarlane1-0/+3
2021-05-25Use haddock-library-1.10.0Albert Krewinkel1-0/+1
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