diff options
Diffstat (limited to 'pandoc.cabal')
-rw-r--r-- | pandoc.cabal | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index ad304ec91..20bb6ff3d 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -303,9 +303,12 @@ Executable test-pandoc else Ghc-Options: -Wall Extensions: CPP - Build-Depends: base >= 4 && < 5, Diff, test-framework, - test-framework-hunit, HUnit, QuickCheck > 2 + 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 Other-Modules: Tests.Old Tests.Helpers Tests.Arbitrary + Tests.Shared Tests.Readers.LaTeX |