aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-11-18 17:49:30 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2020-11-18 17:49:30 -0800
commite17f970ed03e8faf206aa4f249c1947f53c28fda (patch)
tree3dcfde48404e2afc5084fd5a14da1a5a00df68a7
parent46bbdad8383e84f4db7a03d5e5893c2a25ecce7a (diff)
downloadpandoc-e17f970ed03e8faf206aa4f249c1947f53c28fda.tar.gz
Use citeproc 0.2
-rw-r--r--pandoc.cabal2
-rw-r--r--stack.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 180751d4d..11dada132 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -404,7 +404,7 @@ library
blaze-markup >= 0.8 && < 0.9,
bytestring >= 0.9 && < 0.12,
case-insensitive >= 1.2 && < 1.3,
- citeproc >= 0.1.1.1 && < 0.2,
+ citeproc >= 0.2 && < 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 6302a0708..420a610b7 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -22,7 +22,7 @@ extra-deps:
- commonmark-0.1.1.2
- commonmark-extensions-0.2.0.4
- commonmark-pandoc-0.2.0.1
-- citeproc-0.1.1.1
+- citeproc-0.2
ghc-options:
"$locals": -fhide-source-paths -Wno-missing-home-modules
resolver: lts-14.6