aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal8
1 files changed, 6 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 30cbf190f..ad304ec91 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -303,5 +303,9 @@ Executable test-pandoc
else
Ghc-Options: -Wall
Extensions: CPP
- Build-Depends: base >= 4 && < 5, Diff, test-framework, test-framework-hunit, HUnit
- Other-Modules: Text.Pandoc.Shared, Text.Pandoc.Highlighting, Text.Pandoc.Writers.Native
+ Build-Depends: base >= 4 && < 5, Diff, test-framework,
+ test-framework-hunit, HUnit, QuickCheck > 2
+ Other-Modules: Tests.Old
+ Tests.Helpers
+ Tests.Arbitrary
+ Tests.Readers.LaTeX