From 475f46fa7ca731429ffb3197e6e1d1d69258ba80 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Tue, 6 Mar 2018 01:35:16 +0800 Subject: Allow tasty-quickcheck 0.10 (#4429) Tests pass with the new test tool. --- pandoc.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandoc.cabal b/pandoc.cabal index 6fd208e2d..aa47ccfe2 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -618,7 +618,7 @@ test-suite test-pandoc Diff >= 0.2 && < 0.4, tasty >= 0.11 && < 1.1, tasty-hunit >= 0.9 && < 0.11, - tasty-quickcheck >= 0.8 && < 0.10, + tasty-quickcheck >= 0.8 && < 0.11, tasty-golden >= 2.3 && < 2.4, QuickCheck >= 2.4 && < 2.12, containers >= 0.4.2.1 && < 0.6, -- cgit v1.2.3