summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2022-01-09 12:09:01 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2022-01-09 12:09:01 -0800
commit1dab8e57d3e3609f221b4f9d8d632b7c953c1e9d (patch)
treee51f7687c1797213a5e6f6a0ff67aef268d94692
parentbeaf09a7589c756e75135c5954b0ce0b7a1ab639 (diff)
Use dev version of citeproc.
-rw-r--r--cabal.project5
-rw-r--r--stack.yaml5
2 files changed, 9 insertions, 1 deletions
diff --git a/cabal.project b/cabal.project
index a0875f5fb..c38007dd2 100644
--- a/cabal.project
+++ b/cabal.project
@@ -24,3 +24,8 @@ source-repository-package
type: git
location: https://github.com/jgm/ipynb.git
tag: 00246af10885c2ad4413ace4f69a7e6c88297a08
+
+source-repositiory-package
+ type: git
+ location: https://github.com/jgm/citeproc.git
+ tag: 81f8a77b7378f3e7305fb0ea1554e9a4726d4ade
diff --git a/stack.yaml b/stack.yaml
index 7f14219d8..218c550a0 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -30,7 +30,6 @@ extra-deps:
- pandoc-lua-marshal-0.1.3
- pandoc-types-1.22.1
- commonmark-0.2.1.1
-- citeproc-0.6
- aeson-pretty-0.8.9
- unicode-transforms-0.4.0
- unicode-data-0.2.0
@@ -38,6 +37,8 @@ extra-deps:
commit: 46df85d747f4f233157d3476683264232a4f58be
- git: https://github.com/jgm/ipynb.git
commit: 00246af10885c2ad4413ace4f69a7e6c88297a08
+- git: https://github.com/jgm/citeproc.git
+ commit: 81f8a77b7378f3e7305fb0ea1554e9a4726d4ade
- git: https://github.com/jgm/commonmark-hs
commit: a60de5bb3d9905d0bc9d833e5df643f1130076b2
subdir: commonmark-pandoc
@@ -49,3 +50,5 @@ ghc-options:
resolver: lts-18.10
nix:
packages: [zlib]
+
+