aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-09-09 23:27:58 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-09-09 23:27:58 -0700
commit37e30560ad546055d17f56df468cd35976b3218a (patch)
tree778d9df9520756cc91a629b79a420e4ac0bf8da8
parent0b1c5a87da1117a4dc4a04e308c9edbdc0ea1ec6 (diff)
downloadpandoc-37e30560ad546055d17f56df468cd35976b3218a.tar.gz
Use dev version of citeproc.
-rw-r--r--cabal.project5
-rw-r--r--stack.yaml3
2 files changed, 7 insertions, 1 deletions
diff --git a/cabal.project b/cabal.project
index 26373c616..55026979e 100644
--- a/cabal.project
+++ b/cabal.project
@@ -2,3 +2,8 @@ packages: pandoc.cabal
tests: True
flags: +embed_data_files
+source-repository-package
+ type: git
+ location: https://github.com/jgm/citeproc.git
+ tag: 59e98e8d1e13ddb53bef9f90adbd1c64652f0173
+
diff --git a/stack.yaml b/stack.yaml
index a8df254d7..9b73f2bd1 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -13,7 +13,8 @@ extra-deps:
- skylighting-0.11
- doctemplates-0.10
- texmath-0.12.3.1
-- citeproc-0.5
+- git: https://github.com/jgm/citeproc.git
+ commit: 59e98e8d1e13ddb53bef9f90adbd1c64652f0173
ghc-options:
"$locals": -fhide-source-paths -Wno-missing-home-modules
resolver: lts-18.0