diff options
-rw-r--r-- | pandoc.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 402a4e581..d91ca70f9 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -381,7 +381,7 @@ Test-Suite test-pandoc test-framework >= 0.3 && < 0.9, test-framework-hunit >= 0.2 && < 0.4, test-framework-quickcheck2 >= 0.2.9 && < 0.4, - QuickCheck >= 2.4 && < 2.6, + QuickCheck >= 2.4 && < 2.7, HUnit >= 1.2 && < 1.3, containers >= 0.1 && < 0.6, citeproc-hs >= 0.3 && < 0.4, |