diff options
| -rw-r--r-- | pandoc.cabal | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 24dbfe0f1..946b39ce9 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -362,9 +362,9 @@ Test-Suite test-pandoc filepath >= 1.1 && < 1.4, process >= 1 && < 1.2, Diff >= 0.2 && < 0.3, - test-framework >= 0.3 && < 0.7, - test-framework-hunit >= 0.2 && < 0.3, - test-framework-quickcheck2 >= 0.2.9 && < 0.3, + 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, HUnit >= 1.2 && < 1.3, template-haskell >= 2.4 && < 2.9, |
