From 3bf398b15ff28a39133a8ce27ba3d2728d255b17 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 2 Dec 2018 09:10:33 -0800 Subject: [PATCH] Allow tasty 1.2 --- pandoc.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandoc.cabal b/pandoc.cabal index fa178f25d..5c64f48e6 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -651,7 +651,7 @@ test-suite test-pandoc process >= 1.2.3 && < 1.7, temporary >= 1.1 && < 1.4, Diff >= 0.2 && < 0.4, - tasty >= 0.11 && < 1.2, + tasty >= 0.11 && < 1.3, tasty-hunit >= 0.9 && < 0.11, tasty-quickcheck >= 0.8 && < 0.11, tasty-golden >= 2.3 && < 2.4,