diff options
Diffstat (limited to 'pandoc.cabal')
-rw-r--r-- | pandoc.cabal | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 20bb6ff3d..63a6f7fa9 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -305,10 +305,8 @@ Executable test-pandoc Extensions: CPP Build-Depends: base >= 4 && < 5, Diff, test-framework >= 0.3 && < 0.4, test-framework-hunit >= 0.2 && < 0.3, - test-framework-quickcheck2 >= 0.2 && < 0.3, - HUnit >= 1.2 && < 1.3, QuickCheck >= 2.3 && < 2.5 + HUnit >= 1.2 && < 1.3 Other-Modules: Tests.Old Tests.Helpers Tests.Arbitrary - Tests.Shared Tests.Readers.LaTeX |