From feb5b039762a2fcbcca1839cccfb6675336e838f Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 2 Apr 2022 13:33:05 -0700 Subject: [PATCH] Use citeproc 0.7. --- cabal.project | 5 ----- pandoc.cabal | 2 +- stack.yaml | 3 +-- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/cabal.project b/cabal.project index 22b8ff5a8..8105791f3 100644 --- a/cabal.project +++ b/cabal.project @@ -9,11 +9,6 @@ source-repository-package location: https://github.com/jgm/doclayout.git tag: b274a5658f3655f31c0bc6175d5b27a9467c1456 -source-repository-package - type: git - location: https://github.com/jgm/citeproc.git - tag: 363a810024b93aa9230eee4fe27b557b39176bcb - source-repository-package type: git location: https://github.com/jgm/commonmark-hs.git diff --git a/pandoc.cabal b/pandoc.cabal index b404d886a..42149e3c3 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -472,7 +472,7 @@ library blaze-markup >= 0.8 && < 0.9, bytestring >= 0.9 && < 0.12, case-insensitive >= 1.2 && < 1.3, - citeproc >= 0.6.0.1 && < 0.7, + citeproc >= 0.7 && < 0.8, commonmark >= 0.2.1.1 && < 0.3, commonmark-extensions >= 0.2.3 && < 0.3, commonmark-pandoc >= 0.2.1.2 && < 0.3, diff --git a/stack.yaml b/stack.yaml index fa4184f64..a1e17cae2 100644 --- a/stack.yaml +++ b/stack.yaml @@ -36,8 +36,7 @@ extra-deps: - ipynb-0.2 - pandoc-types-1.22.2 - texmath-0.12.5 -- git: https://github.com/jgm/citeproc.git - commit: 363a810024b93aa9230eee4fe27b557b39176bcb +- citeproc-0.7 - git: https://github.com/jgm/doclayout.git commit: b274a5658f3655f31c0bc6175d5b27a9467c1456 - git: https://github.com/jgm/commonmark-hs.git