From cba8bb4658bc3d09de808d25fd237cea917570a3 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 10 Sep 2023 11:42:20 -0700 Subject: [PATCH] Allow tasty 1.5. --- pandoc.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandoc.cabal b/pandoc.cabal index dce653af0..74bdb2ccc 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -761,7 +761,7 @@ test-suite test-pandoc mtl >= 2.2 && < 2.4, pandoc-types >= 1.23.1 && < 1.24, process >= 1.2.3 && < 1.7, - tasty >= 0.11 && < 1.5, + tasty >= 0.11 && < 1.6, tasty-golden >= 2.3 && < 2.4, tasty-hunit >= 0.9 && < 0.11, tasty-quickcheck >= 0.8 && < 0.11,