From 48badd207301ed18c6a3f569507dbae199887f73 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 30 Nov 2025 18:05:49 +0100 Subject: pandoc-lua-engine: allow citeproc 0.12. --- pandoc-lua-engine/pandoc-lua-engine.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandoc-lua-engine/pandoc-lua-engine.cabal b/pandoc-lua-engine/pandoc-lua-engine.cabal index 7408411ee..bc6e8ba8d 100644 --- a/pandoc-lua-engine/pandoc-lua-engine.cabal +++ b/pandoc-lua-engine/pandoc-lua-engine.cabal @@ -111,7 +111,7 @@ library build-depends: aeson , bytestring >= 0.9 && < 0.13 , crypton >= 0.30 && < 1.1 - , citeproc >= 0.8 && < 0.12 + , citeproc >= 0.8 && < 0.13 , containers >= 0.6.0.1 && < 0.9 , data-default >= 0.4 && < 0.9 , doclayout >= 0.5 && < 0.6 -- cgit v1.2.3