From 3766e3938946ef12ca79e9c1f1df2c5518338c8d Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 19 Oct 2025 23:27:09 +0200 Subject: pandoc-lua-engine: allow citeproc 0.11. --- 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 36ea4f53a..a2b10831b 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.11 + , citeproc >= 0.8 && < 0.12 , containers >= 0.6.0.1 && < 0.9 , data-default >= 0.4 && < 0.9 , doclayout >= 0.5 && < 0.6 -- cgit v1.2.3