diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2023-06-23 10:36:33 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2023-06-23 10:36:33 -0700 |
| commit | fe62da61dfd33e6b4c0c03895c528a47a0405bf7 (patch) | |
| tree | bb045564abc5c6e081d3e0306153cf53fcca5114 /pandoc.cabal | |
| parent | df4f13b262f7be5863042f8a5a1c365282c81f07 (diff) | |
Add tests for fillMediaBag/extractMedia.
Diffstat (limited to 'pandoc.cabal')
| -rw-r--r-- | pandoc.cabal | 2 |
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 |
