aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorFelix Yan <felixonmars@archlinux.org>2018-06-04 04:59:47 +0800
committerJohn MacFarlane <jgm@berkeley.edu>2018-06-03 13:59:47 -0700
commitcf2d695061ae27c9577aa29ffb7d02df5cc28f43 (patch)
tree5fe8367b6531c86f1bcc5a8d3bfca5522f70196d /pandoc.cabal
parent764bf86177ca0e85d3cd61b9b7baf197c411c764 (diff)
downloadpandoc-cf2d695061ae27c9577aa29ffb7d02df5cc28f43.tar.gz
Allow tasty 1.1 (#4685)
All tests pass with tasty 1.1.0.1 here.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
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,