aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-05-21 09:56:59 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2020-05-21 09:57:24 -0700
commit1e031ae63a3e0b74d6dd25632584bb0a41885e0c (patch)
treeaed932f72263a2a621fed6e1b5289dfe60e45727 /pandoc.cabal
parent18b815cdce46db3eecba1598c7fb6fd1dc6ac9c4 (diff)
downloadpandoc-1e031ae63a3e0b74d6dd25632584bb0a41885e0c.tar.gz
Allow tasty 1.3.x.
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 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,