aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-04-17 08:26:55 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-04-17 08:26:55 -0700
commit1e6c6b449f497fc583336a9fccd1dd24239a06c1 (patch)
tree7de7a65c94d55d803b5321b44a8ba0e47f3b44bd
parente1cc73ed97a932d46ee1e16862ea70ad37d94cc1 (diff)
downloadpandoc-1e6c6b449f497fc583336a9fccd1dd24239a06c1.tar.gz
Allow QuickCheck 2.13.
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index c7957929f..4319c5275 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -680,7 +680,7 @@ test-suite test-pandoc
tasty-hunit >= 0.9 && < 0.11,
tasty-quickcheck >= 0.8 && < 0.11,
tasty-golden >= 2.3 && < 2.4,
- QuickCheck >= 2.4 && < 2.13,
+ QuickCheck >= 2.4 && < 2.14,
containers >= 0.4.2.1 && < 0.7,
executable-path >= 0.0 && < 0.1,
zip-archive >= 0.2.3.4 && < 0.5,