diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-10-18 20:44:45 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-10-18 20:44:45 -0700 |
commit | 62467c6e4676340a830fc6d442fb9acdf5247e13 (patch) | |
tree | 4da95f8e1665e07a491ca1187b322cebb6f34c72 | |
parent | 9d852df615489a72320cda7c0bd7a30c1aee8e6c (diff) | |
download | pandoc-62467c6e4676340a830fc6d442fb9acdf5247e13.tar.gz |
Bump upper bound for QUickCheck.
-rw-r--r-- | pandoc.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 461998b3e..6f469147f 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -629,7 +629,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.12, + QuickCheck >= 2.4 && < 2.13, containers >= 0.4.2.1 && < 0.7, executable-path >= 0.0 && < 0.1, zip-archive >= 0.2.3.4 && < 0.4, |