diff options
author | Felix Yan <felixonmars@archlinux.org> | 2018-06-04 04:59:47 +0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-06-03 13:59:47 -0700 |
commit | cf2d695061ae27c9577aa29ffb7d02df5cc28f43 (patch) | |
tree | 5fe8367b6531c86f1bcc5a8d3bfca5522f70196d | |
parent | 764bf86177ca0e85d3cd61b9b7baf197c411c764 (diff) | |
download | pandoc-cf2d695061ae27c9577aa29ffb7d02df5cc28f43.tar.gz |
Allow tasty 1.1 (#4685)
All tests pass with tasty 1.1.0.1 here.
-rw-r--r-- | pandoc.cabal | 2 |
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, |