summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2014-07-30 22:31:38 -0400
committerJesse Rosenthal <jrosenthal@jhu.edu>2014-07-30 22:31:38 -0400
commit16f88edb3bca8afbaba5de13b74ab74fcb5abf57 (patch)
tree712bd041b5cdb9939ed2e0a06c095b71841d2f58 /pandoc.cabal
parent71e76175be8a5fabb807a8462a1ab315868c8914 (diff)
Docx tests: Added media test comparison function.
Also tell pandoc.cabal that we'll be needing base64, since we want to compare strings here.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 9249723ff..377a3b6c4 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -385,6 +385,7 @@ 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,