aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-12-02 09:10:33 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2018-12-02 09:10:33 -0800
commit3bf398b15ff28a39133a8ce27ba3d2728d255b17 (patch)
treecf0acb5fcd9fc00e61ca47f4b9657a30cea0ebe9 /pandoc.cabal
parent6513de055a888b4c094c2b8d7857c64089780b3a (diff)
downloadpandoc-3bf398b15ff28a39133a8ce27ba3d2728d255b17.tar.gz
Allow tasty 1.2
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 fa178f25d..5c64f48e6 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -651,7 +651,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.2,
+ tasty >= 0.11 && < 1.3,
tasty-hunit >= 0.9 && < 0.11,
tasty-quickcheck >= 0.8 && < 0.11,
tasty-golden >= 2.3 && < 2.4,