From cf2d695061ae27c9577aa29ffb7d02df5cc28f43 Mon Sep 17 00:00:00 2001
From: Felix Yan <felixonmars@archlinux.org>
Date: Mon, 4 Jun 2018 04:59:47 +0800
Subject: [PATCH] Allow tasty 1.1 (#4685)

All tests pass with tasty 1.1.0.1 here.
---
 pandoc.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pandoc.cabal b/pandoc.cabal
index 3931db123..564fd600a 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -621,7 +621,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.1,
+                  tasty >= 0.11 && < 1.2,
                   tasty-hunit >= 0.9 && < 0.11,
                   tasty-quickcheck >= 0.8 && < 0.11,
                   tasty-golden >= 2.3 && < 2.4,