From 76442a791c4db9df43792dbd3733272607d4586e Mon Sep 17 00:00:00 2001 From: Jesse Rosenthal Date: Fri, 29 Dec 2017 09:18:54 -0500 Subject: 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. --- pandoc.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pandoc.cabal') 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 -- cgit v1.2.3