From 05f0a9b47d10e693cece25d10ae681e6b155d592 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Sat, 2 Nov 2024 10:46:49 +0100 Subject: [PATCH] Bump pandoc upper bound to 3.5 Tested with `cabal test --constraint="pandoc>=3.5"` --- patat.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/patat.cabal b/patat.cabal index c5b3233..24c2088 100644 --- a/patat.cabal +++ b/patat.cabal @@ -46,7 +46,7 @@ Library hashable >= 1.4 && < 1.5, mtl >= 2.2 && < 2.4, optparse-applicative >= 0.16 && < 0.19, - pandoc >= 3.1 && < 3.3, + pandoc >= 3.1 && < 3.6, pandoc-types >= 1.23 && < 1.24, process >= 1.6 && < 1.7, random >= 1.2 && < 1.3, @@ -135,7 +135,7 @@ Executable patat-make-man containers >= 0.6 && < 0.8, doctemplates >= 0.8 && < 0.12, mtl >= 2.2 && < 2.4, - pandoc >= 3.1 && < 3.3, + pandoc >= 3.1 && < 3.6, text >= 1.2 && < 2.2, time >= 1.6 && < 1.13 @@ -156,7 +156,7 @@ Test-suite patat-tests ansi-terminal >= 0.6 && < 1.1, base >= 4.8 && < 5, directory >= 1.2 && < 1.4, - pandoc >= 3.1 && < 3.3, + pandoc >= 3.1 && < 3.6, tasty >= 1.2 && < 1.6, tasty-hunit >= 0.10 && < 0.11, tasty-quickcheck >= 0.10 && < 0.11,