aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-12-16 23:57:12 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2020-12-16 23:57:12 -0800
commit791cb05b3e891bc28603c587857be39cf0e56c28 (patch)
tree61df29902209c08a92db0654a98d9cfd908556dc
parenta27052da5820e65ef8cafdd80801ef6ad1ee3a02 (diff)
downloadpandoc-791cb05b3e891bc28603c587857be39cf0e56c28.tar.gz
Use released citeproc 0.3.
-rw-r--r--cabal.project8
-rw-r--r--stack.yaml8
2 files changed, 8 insertions, 8 deletions
diff --git a/cabal.project b/cabal.project
index 546fd903b..23ff56c5b 100644
--- a/cabal.project
+++ b/cabal.project
@@ -6,8 +6,8 @@ package pandoc
flags: +embed_data_files -trypandoc
ghc-options: -j +RTS -A64m -RTS
-source-repository-package
- type: git
- location: https://github.com/jgm/citeproc
- tag: a8193fe375fa2354049bf9a967ba3bad4b1ba053
+-- source-repository-package
+-- type: git
+-- location: https://github.com/jgm/citeproc
+-- tag: a8193fe375fa2354049bf9a967ba3bad4b1ba053
diff --git a/stack.yaml b/stack.yaml
index d936767ab..41df0c88c 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.9
-# - citeproc-0.2.0.1
-- citeproc:
- git: https://github.com/jgm/citeproc.git
- commit: a8193fe375fa2354049bf9a967ba3bad4b1ba053
+- citeproc-0.3
+# - citeproc:
+# git: https://github.com/jgm/citeproc.git
+# commit: a8193fe375fa2354049bf9a967ba3bad4b1ba053
ghc-options:
"$locals": -fhide-source-paths -Wno-missing-home-modules
resolver: lts-16.23