aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2017-12-29 09:18:54 -0500
committerJesse Rosenthal <jrosenthal@jhu.edu>2017-12-29 10:43:36 -0500
commit76442a791c4db9df43792dbd3733272607d4586e (patch)
treea33000639befa8f32137364712c82e57ea818793 /pandoc.cabal
parent859815e4c768a90a896877bf6404f56ddab8a8f7 (diff)
downloadpandoc-76442a791c4db9df43792dbd3733272607d4586e.tar.gz
Powerpoint Writer tests: Add quickcheck tests for content types.
We want to make sure we always have an override for each xml file in the content types file.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index dea141a8f..988241567 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -622,7 +622,8 @@ test-suite test-pandoc
QuickCheck >= 2.4 && < 2.11,
containers >= 0.4.2.1 && < 0.6,
executable-path >= 0.0 && < 0.1,
- zip-archive >= 0.2.3.4 && < 0.4
+ zip-archive >= 0.2.3.4 && < 0.4,
+ xml >= 1.3.12 && < 1.4
if flag(old-locale)
build-depends: old-locale >= 1 && < 1.1,
time >= 1.2 && < 1.5