From f4dab3e3544de7fd52bc967ef8f9f485dbd7a008 Mon Sep 17 00:00:00 2001 From: Willem van den Ende Date: Thu, 30 Apr 2026 18:24:07 +0100 Subject: [PATCH] update pandoc bounds to <3.8 (matches 3.7.0.2 used by lts-24.34) --- docster.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docster.cabal b/docster.cabal index a04be65..911808b 100644 --- a/docster.cabal +++ b/docster.cabal @@ -41,7 +41,7 @@ library process >=1.6 && <1.7, hashable >=1.4 && <1.6, containers >=0.6 && <0.8, - pandoc >=3.0 && <3.2, + pandoc >=3.0 && <3.8, pandoc-types >=1.23 && <1.25, bytestring >=0.11 && <0.13, temporary >=1.3 && <1.4,