aboutsummaryrefslogtreecommitdiff
path: root/stack.yaml
AgeCommit message (Collapse)AuthorFilesLines
2021-10-23Use ipynb 0.1.0.2.John MacFarlane1-0/+2
With this change pandoc can be built with aeson >= 2.
2021-10-22Use citeproc 0.6, commonmark 0.2.2.1, commonmark-extensions 0.2.2John MacFarlane1-5/+3
2021-10-22Use texmath 0.12.3.2John MacFarlane1-2/+1
2021-10-22Use pandoc-types 1.22.1.John MacFarlane1-2/+1
2021-10-22Switch to hslua-2.0Albert Krewinkel1-2/+13
The new HsLua version takes a somewhat different approach to marshalling and unmarshalling, relying less on typeclasses and more on specialized types. This allows for better performance and improved error messages. Furthermore, new abstractions allow to document the code and exposed functions.
2021-10-12Revert "Depend on pandoc-types 1.23, remove Null constructor on Block."John MacFarlane1-2/+2
This reverts commit fb0d6c7cb63a791fa72becf21ed493282e65ea91.
2021-10-12cabal.project: Dependencies to build with aeson 2.John MacFarlane1-1/+1
2021-10-12Depend on latest dev version of commonmark.John MacFarlane1-2/+2
2021-10-11Require doclayout >= 0.3.1.1.John MacFarlane1-1/+1
This fixes recognition of "real widths" of emoji characters, which is important for tabular layout.
2021-10-10Stack: use latest doclayoutJohn MacFarlane1-0/+1
2021-10-10Use latest emojis.John MacFarlane1-0/+1
2021-10-01Depend on pandoc-types 1.23, remove Null constructor on Block.John MacFarlane1-2/+7
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.