diff options
author | Felix Yan <felixonmars@archlinux.org> | 2018-03-06 01:35:16 +0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-03-05 09:35:16 -0800 |
commit | 475f46fa7ca731429ffb3197e6e1d1d69258ba80 (patch) | |
tree | 4bd02701075b2c1cd5822e3f2f5cd5a6f20eba24 | |
parent | 7da6e4390cb6d812b67dca6720bb56f3963c05d5 (diff) | |
download | pandoc-475f46fa7ca731429ffb3197e6e1d1d69258ba80.tar.gz |
Allow tasty-quickcheck 0.10 (#4429)
Tests pass with the new test tool.
-rw-r--r-- | pandoc.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 6fd208e2d..aa47ccfe2 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -618,7 +618,7 @@ test-suite test-pandoc Diff >= 0.2 && < 0.4, tasty >= 0.11 && < 1.1, tasty-hunit >= 0.9 && < 0.11, - tasty-quickcheck >= 0.8 && < 0.10, + tasty-quickcheck >= 0.8 && < 0.11, tasty-golden >= 2.3 && < 2.4, QuickCheck >= 2.4 && < 2.12, containers >= 0.4.2.1 && < 0.6, |