From b0b8f1ff6966c7d285d3cdcdb7eea6e97b06a763 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 11 Dec 2024 09:00:51 -0800 Subject: Depend on citeproc 0.8.1.2. --- cabal.project | 4 ---- pandoc.cabal | 2 +- stack.yaml | 3 +-- 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/cabal.project b/cabal.project index 084b2eb2e..b8aa1c18e 100644 --- a/cabal.project +++ b/cabal.project @@ -11,7 +11,3 @@ constraints: skylighting-format-blaze-html >= 0.1.1.3, -- TODO also update skylighting before release -source-repository-package - type: git - location: https://github.com/jgm/citeproc.git - tag: cc84ef0426c0a7acdc7777c71d0f2ca629f99c56 diff --git a/pandoc.cabal b/pandoc.cabal index cf96a3d59..4ae03932e 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -489,7 +489,7 @@ library blaze-markup >= 0.8 && < 0.9, bytestring >= 0.9 && < 0.13, case-insensitive >= 1.2 && < 1.3, - citeproc >= 0.8.1.1 && < 0.9, + citeproc >= 0.8.1.2 && < 0.9, commonmark >= 0.2.6.1 && < 0.3, commonmark-extensions >= 0.2.5.6 && < 0.3, commonmark-pandoc >= 0.2.2.3 && < 0.3, diff --git a/stack.yaml b/stack.yaml index 848782be1..5114854ed 100644 --- a/stack.yaml +++ b/stack.yaml @@ -10,8 +10,7 @@ packages: - 'pandoc-server' extra-deps: - tls-2.1.5 -- git: https://github.com/jgm/citeproc.git - commit: cc84ef0426c0a7acdc7777c71d0f2ca629f99c56 +- citeproc-0.8.1.2 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules -- cgit v1.2.3