aboutsummaryrefslogtreecommitdiff
path: root/stack.yaml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-02-01 08:43:26 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2021-02-01 11:23:07 -0800
commitb239c89a82b66abc55bf7c08e37492938c817c56 (patch)
treeccbcc4f8c74ca6152b3974be711f2d5864edccaf /stack.yaml
parent22faea15c249c1f84257d289ed6904f3abe64330 (diff)
downloadpandoc-b239c89a82b66abc55bf7c08e37492938c817c56.tar.gz
BibTeX writer fixes. Closes #7067.
+ 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.
Diffstat (limited to 'stack.yaml')
-rw-r--r--stack.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/stack.yaml b/stack.yaml
index 6c8c39fa7..dc6fa6517 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -19,10 +19,10 @@ extra-deps:
- doctemplates-0.9
- texmath-0.12.1
- tasty-bench-0.1
-- citeproc-0.3.0.6
+- citeproc-0.3.0.7
#- citeproc:
# git: https://github.com/jgm/citeproc.git
-# commit: da1f9702fa70d7e1bad9a796f897e920e2d578f7
+# commit: feb3b7580c6738eec3b23921f7c1739cfba611aa
ghc-options:
"$locals": -fhide-source-paths -Wno-missing-home-modules
resolver: lts-16.23