Use dev version of citeproc.
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.
This commit is contained in:
parent
851d037b3e
commit
382be73d77
2 changed files with 6 additions and 0 deletions
|
@ -7,3 +7,7 @@ source-repository-package
|
||||||
location: https://github.com/jgm/doctemplates
|
location: https://github.com/jgm/doctemplates
|
||||||
tag: 428c26d5303cf7a2b1051fe1ffd9aafe9ba71c81
|
tag: 428c26d5303cf7a2b1051fe1ffd9aafe9ba71c81
|
||||||
|
|
||||||
|
source-repository-package
|
||||||
|
type: git
|
||||||
|
location: https://github.com/jgm/citeproc
|
||||||
|
tag: d201ddc812b1550d70c3e448eec6d9c3af72d96b
|
||||||
|
|
|
@ -13,6 +13,8 @@ extra-deps:
|
||||||
- skylighting-0.10.5.2
|
- skylighting-0.10.5.2
|
||||||
- git: https://github.com/jgm/doctemplates
|
- git: https://github.com/jgm/doctemplates
|
||||||
commit: 428c26d5303cf7a2b1051fe1ffd9aafe9ba71c81
|
commit: 428c26d5303cf7a2b1051fe1ffd9aafe9ba71c81
|
||||||
|
- git: https://github.com/jgm/citeproc
|
||||||
|
commit: d201ddc812b1550d70c3e448eec6d9c3af72d96b
|
||||||
ghc-options:
|
ghc-options:
|
||||||
"$locals": -fhide-source-paths -Wno-missing-home-modules
|
"$locals": -fhide-source-paths -Wno-missing-home-modules
|
||||||
resolver: lts-18.0
|
resolver: lts-18.0
|
||||||
|
|
Loading…
Reference in a new issue