aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2025-10-19 23:27:09 +0200
committerJohn MacFarlane <[email protected]>2025-10-19 23:27:09 +0200
commit3766e3938946ef12ca79e9c1f1df2c5518338c8d (patch)
tree33e564a16754d02142f23a1425efd90b0ced98f4
parent263b058d70df5a51f3a7d45ff509b8211bbf5c62 (diff)
pandoc-lua-engine: allow citeproc 0.11.
-rw-r--r--pandoc-lua-engine/pandoc-lua-engine.cabal2
1 files changed, 1 insertions, 1 deletions
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