summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2023-09-10 11:42:20 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2023-09-10 11:42:20 -0700
commitcba8bb4658bc3d09de808d25fd237cea917570a3 (patch)
tree629d35d3179bf75218fc4a2a48940e121ef15455
parent5f5581d45ab39bc00e77b2648e9ab22b9270e5a2 (diff)
Allow tasty 1.5.
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index dce653af0..74bdb2ccc 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -761,7 +761,7 @@ test-suite test-pandoc
mtl >= 2.2 && < 2.4,
pandoc-types >= 1.23.1 && < 1.24,
process >= 1.2.3 && < 1.7,
- tasty >= 0.11 && < 1.5,
+ tasty >= 0.11 && < 1.6,
tasty-golden >= 2.3 && < 2.4,
tasty-hunit >= 0.9 && < 0.11,
tasty-quickcheck >= 0.8 && < 0.11,