diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-07-31 15:28:20 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-07-31 15:28:20 -0700 |
commit | 2b7e7acc4b1ebff2ed4e3ef109686a845a4b3aa5 (patch) | |
tree | a027fbeff65736aa463d071066a2269e78c014c4 /pandoc.cabal | |
parent | 0565a81676e1f5b033253ddcf9da4f691d09b7bb (diff) | |
parent | 96ad37536eceb5c8ea4cf8aed84e714a6024bfe0 (diff) | |
download | pandoc-2b7e7acc4b1ebff2ed4e3ef109686a845a4b3aa5.tar.gz |
Merge pull request #1473 from jkr/mediabag-test-2
Docx tests: rewrite mediabag tests.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r-- | pandoc.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 47bdb6587..1c74933ab 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -386,7 +386,6 @@ Test-Suite test-pandoc syb >= 0.1 && < 0.5, pandoc, pandoc-types >= 1.12.3.3 && < 1.13, - base64-bytestring >= 0.1 && < 1.1, bytestring >= 0.9 && < 0.11, text >= 0.11 && < 1.2, directory >= 1 && < 1.3, @@ -400,7 +399,8 @@ Test-Suite test-pandoc QuickCheck >= 2.4 && < 2.8, HUnit >= 1.2 && < 1.3, containers >= 0.1 && < 0.6, - ansi-terminal >= 0.5 && < 0.7 + ansi-terminal >= 0.5 && < 0.7, + zip-archive >= 0.2.3.2 && < 0.3 Other-Modules: Tests.Old Tests.Helpers Tests.Arbitrary |