aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-11-22 16:10:30 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2020-11-22 16:10:30 -0800
commit2e372ab921d9366e2b05f8c8ff16a86e1a9632e8 (patch)
tree4b27a11e225c7bd2268b9ed6862bd039669f6833
parentb5b5ef92cbb48a709e8de861d64db29516daf815 (diff)
downloadpandoc-2e372ab921d9366e2b05f8c8ff16a86e1a9632e8.tar.gz
Use dev version of citeproc.
-rw-r--r--cabal.project8
-rw-r--r--stack.yaml5
2 files changed, 8 insertions, 5 deletions
diff --git a/cabal.project b/cabal.project
index d795a255e..ad1bcce55 100644
--- a/cabal.project
+++ b/cabal.project
@@ -4,8 +4,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: 0.1.1.1
+source-repository-package
+ type: git
+ location: https://github.com/jgm/citeproc
+ tag: 42b1d154b02435229acbe98ae0f17d01b757ee93
diff --git a/stack.yaml b/stack.yaml
index 16f56c9d4..f18cec419 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -21,7 +21,10 @@ extra-deps:
- commonmark-0.1.1.2
- commonmark-extensions-0.2.0.4
- commonmark-pandoc-0.2.0.1
-- citeproc-0.2
+#- citeproc-0.2
+- citeproc:
+ git: https://github.com/jgm/citeproc.git
+ commit: 42b1d154b02435229acbe98ae0f17d01b757ee93
ghc-options:
"$locals": -fhide-source-paths -Wno-missing-home-modules
resolver: lts-14.6