aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2021-02-14 14:24:16 +0100
committerAlbert Krewinkel <albert@zeitkraut.de>2021-02-14 14:43:32 +0100
commit1942dc561118a72fbbd78c1ee8d8784f47b88f4c (patch)
tree5d71515ce580c6d8fd5d02503eb30778782e99b5 /pandoc.cabal
parentd84a6041e12547331f3a252ea4e8b4d229ba1159 (diff)
downloadpandoc-1942dc561118a72fbbd78c1ee8d8784f47b88f4c.tar.gz
Allow tasty 1.4.*
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 63b1e6cd9..3c7063f6c 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -751,7 +751,7 @@ test-suite test-pandoc
mtl >= 2.2 && < 2.3,
pandoc-types >= 1.22 && < 1.23,
process >= 1.2.3 && < 1.7,
- tasty >= 0.11 && < 1.4,
+ tasty >= 0.11 && < 1.5,
tasty-golden >= 2.3 && < 2.4,
tasty-hunit >= 0.9 && < 0.11,
tasty-lua >= 0.2 && < 0.3,