aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-12-09 09:34:15 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2020-12-09 09:34:15 -0800
commit0dd228593f0d1e70f975685fabd66f3555d1a70f (patch)
tree2b52290616f747bb873b2da018f61a00527f8f8a
parentd73ef09c84f4be5c5dfe80c574083e4d50ec1a36 (diff)
downloadpandoc-0dd228593f0d1e70f975685fabd66f3555d1a70f.tar.gz
Use latest citeproc release.
-rw-r--r--pandoc.cabal2
-rw-r--r--stack.yaml8
2 files changed, 5 insertions, 5 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index b95446883..c02dfeb38 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -400,7 +400,7 @@ library
blaze-markup >= 0.8 && < 0.9,
bytestring >= 0.9 && < 0.12,
case-insensitive >= 1.2 && < 1.3,
- citeproc >= 0.2 && < 0.3,
+ citeproc >= 0.2.0.1 && < 0.3,
commonmark >= 0.1.1.2 && < 0.2,
commonmark-extensions >= 0.2.0.4 && < 0.3,
commonmark-pandoc >= 0.2 && < 0.3,
diff --git a/stack.yaml b/stack.yaml
index 7a849b713..ef0bc7a83 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -17,10 +17,10 @@ extra-deps:
- commonmark-extensions-0.2.0.4
- commonmark-pandoc-0.2.0.1
- doctemplates-0.8.3
-#- citeproc-0.2
-- citeproc:
- git: https://github.com/jgm/citeproc.git
- commit: 42b1d154b02435229acbe98ae0f17d01b757ee93
+- citeproc-0.2.0.1
+# - citeproc:
+# git: https://github.com/jgm/citeproc.git
+# commit: 42b1d154b02435229acbe98ae0f17d01b757ee93
ghc-options:
"$locals": -fhide-source-paths -Wno-missing-home-modules
resolver: lts-16.23