From 1dab8e57d3e3609f221b4f9d8d632b7c953c1e9d Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 9 Jan 2022 12:09:01 -0800 Subject: [PATCH] Use dev version of citeproc. --- cabal.project | 5 +++++ stack.yaml | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) 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] + +