diff options
author | John MacFarlane <jgm@berkeley.edu> | 2020-05-21 09:56:59 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2020-05-21 09:57:24 -0700 |
commit | 1e031ae63a3e0b74d6dd25632584bb0a41885e0c (patch) | |
tree | aed932f72263a2a621fed6e1b5289dfe60e45727 | |
parent | 18b815cdce46db3eecba1598c7fb6fd1dc6ac9c4 (diff) | |
download | pandoc-1e031ae63a3e0b74d6dd25632584bb0a41885e0c.tar.gz |
Allow tasty 1.3.x.
-rw-r--r-- | pandoc.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 326726519..f055cb2d5 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -747,7 +747,7 @@ test-suite test-pandoc process >= 1.2.3 && < 1.7, temporary >= 1.1 && < 1.4, Diff >= 0.2 && < 0.5, - tasty >= 0.11 && < 1.3, + tasty >= 0.11 && < 1.4, tasty-hunit >= 0.9 && < 0.11, tasty-lua >= 0.2 && < 0.3, tasty-quickcheck >= 0.8 && < 0.11, |