diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2020-03-27 22:23:13 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2020-03-27 22:23:13 -0700 |
| commit | e1d302b3ef4369790f0ee127b0fd2f735c1c903a (patch) | |
| tree | 7d7d338708c8f834eb4442940f43bcf7985aebbf | |
| parent | 349b5fd2ede7f850aee2a9f14566cae487931cbe (diff) | |
| download | pandoc-e1d302b3ef4369790f0ee127b0fd2f735c1c903a.tar.gz | |
Bump QuickCheck upper bound.
| -rw-r--r-- | pandoc.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 741b6faaa..60c6cc93b 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -741,7 +741,7 @@ test-suite test-pandoc tasty-lua >= 0.2 && < 0.3, tasty-quickcheck >= 0.8 && < 0.11, tasty-golden >= 2.3 && < 2.4, - QuickCheck >= 2.4 && < 2.14, + QuickCheck >= 2.4 && < 2.15, containers >= 0.4.2.1 && < 0.7, executable-path >= 0.0 && < 0.1, zip-archive >= 0.2.3.4 && < 0.5, |
