aboutsummaryrefslogtreecommitdiff
path: root/stack.yaml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-08-13 17:29:58 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-08-13 17:30:54 -0700
commit05640f9a21e7963de4501b85f47cc1daa203c195 (patch)
tree91767ffbf1e630235c35d568c105d04364d0498d /stack.yaml
parent418155aa9516170e3fd661aa537e5ee719d73ef7 (diff)
downloadpandoc-05640f9a21e7963de4501b85f47cc1daa203c195.tar.gz
Removed quote localization from citeproc processing.
This is now done in citeproc itself.
Diffstat (limited to 'stack.yaml')
-rw-r--r--stack.yaml6
1 files changed, 5 insertions, 1 deletions
diff --git a/stack.yaml b/stack.yaml
index 8e52a819f..1bad8cc59 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -12,9 +12,13 @@ extra-deps:
- skylighting-core-0.11
- skylighting-0.11
- doctemplates-0.10
-- citeproc-0.4.1
+# - citeproc-0.4.1
+- git: https://github.com/jgm/citeproc.git
+ commit: 8b190eceb0cbbbf2d436bab9a5891a31be0c9865
ghc-options:
"$locals": -fhide-source-paths -Wno-missing-home-modules
resolver: lts-18.0
nix:
packages: [zlib]
+
+