diff options
author | John MacFarlane <jgm@berkeley.edu> | 2021-06-28 22:56:16 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2021-06-28 22:56:16 -0700 |
commit | 382be73d77eca007a6d333391159123235fe3561 (patch) | |
tree | 57f9fa61b6bb60dc4b551ec6daa9106594a03dad /cabal.project | |
parent | 851d037b3eee4516fde50b81eb8a0fc9b2f1545b (diff) | |
download | pandoc-382be73d77eca007a6d333391159123235fe3561.tar.gz |
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.
Diffstat (limited to 'cabal.project')
-rw-r--r-- | cabal.project | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cabal.project b/cabal.project index 724c4da44..ba7f4f4cb 100644 --- a/cabal.project +++ b/cabal.project @@ -7,3 +7,7 @@ source-repository-package location: https://github.com/jgm/doctemplates tag: 428c26d5303cf7a2b1051fe1ffd9aafe9ba71c81 +source-repository-package + type: git + location: https://github.com/jgm/citeproc + tag: d201ddc812b1550d70c3e448eec6d9c3af72d96b |