From 131cf7ce9b31f21e29ad2b6491595dcf27dd1434 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 7 Mar 2026 23:41:18 +0100 Subject: [PATCH] Allow crypton 1.1. --- pandoc-lua-engine/pandoc-lua-engine.cabal | 2 +- pandoc.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pandoc-lua-engine/pandoc-lua-engine.cabal b/pandoc-lua-engine/pandoc-lua-engine.cabal index f82f2986b..5d088aa83 100644 --- a/pandoc-lua-engine/pandoc-lua-engine.cabal +++ b/pandoc-lua-engine/pandoc-lua-engine.cabal @@ -109,7 +109,7 @@ library build-depends: aeson , bytestring >= 0.9 && < 0.13 - , crypton >= 0.30 && < 1.1 + , crypton >= 0.30 && < 1.2 , citeproc >= 0.8 && < 0.14 , containers >= 0.6.0.1 && < 0.9 , data-default >= 0.4 && < 0.9 diff --git a/pandoc.cabal b/pandoc.cabal index 3640dc43c..bd26ca385 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -523,7 +523,7 @@ library commonmark-extensions >= 0.2.6 && < 0.3, commonmark-pandoc >= 0.2.3 && < 0.3, containers >= 0.6.0.1 && < 0.9, - crypton >= 0.30 && < 1.1, + crypton >= 0.30 && < 1.2, data-default >= 0.4 && < 0.9, deepseq >= 1.3 && < 1.6, directory >= 1.2.3 && < 1.4,