summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2023-06-23 10:36:33 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2023-06-23 10:36:33 -0700
commitfe62da61dfd33e6b4c0c03895c528a47a0405bf7 (patch)
treebb045564abc5c6e081d3e0306153cf53fcca5114 /pandoc.cabal
parentdf4f13b262f7be5863042f8a5a1c365282c81f07 (diff)
Add tests for fillMediaBag/extractMedia.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 871ecfae3..f5ae1eba9 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -767,6 +767,7 @@ test-suite test-pandoc
tasty-hunit >= 0.9 && < 0.11,
tasty-quickcheck >= 0.8 && < 0.11,
text >= 1.1.1.0 && < 2.1,
+ temporary >= 1.1 && < 1.4,
time >= 1.5 && < 1.14,
xml >= 1.3.12 && < 1.4,
zip-archive >= 0.4.3 && < 0.5
@@ -774,6 +775,7 @@ test-suite test-pandoc
Tests.Command
Tests.Helpers
Tests.Shared
+ Tests.MediaBag
Tests.Readers.LaTeX
Tests.Readers.HTML
Tests.Readers.JATS