Require Cabal 2.4. Use wildcards...
...to ensure that all pptx tests are included. Closes #7677.
This commit is contained in:
parent
5fb3b82bdf
commit
09748669b0
1 changed files with 3 additions and 84 deletions
87
pandoc.cabal
87
pandoc.cabal
|
@ -1,4 +1,4 @@
|
|||
cabal-version: 2.2
|
||||
cabal-version: 2.4
|
||||
name: pandoc
|
||||
version: 2.16.1
|
||||
build-type: Simple
|
||||
|
@ -382,89 +382,8 @@ extra-source-files:
|
|||
test/rtf/*.native
|
||||
test/rtf/*.rtf
|
||||
test/pptx/*.pptx
|
||||
test/pptx/background-image/input.native
|
||||
test/pptx/background-image/*.pptx
|
||||
test/pptx/blanks/just-speaker-notes/input.native
|
||||
test/pptx/blanks/just-speaker-notes/*.pptx
|
||||
test/pptx/blanks/nbsp-in-body/input.native
|
||||
test/pptx/blanks/nbsp-in-body/*.pptx
|
||||
test/pptx/blanks/nbsp-in-heading/input.native
|
||||
test/pptx/blanks/nbsp-in-heading/*.pptx
|
||||
test/pptx/code-custom/*.pptx
|
||||
test/pptx/code/input.native
|
||||
test/pptx/code/*.pptx
|
||||
test/pptx/content-with-caption/heading-text-image/input.native
|
||||
test/pptx/content-with-caption/heading-text-image/*.pptx
|
||||
test/pptx/content-with-caption/image-text/input.native
|
||||
test/pptx/content-with-caption/image-text/*.pptx
|
||||
test/pptx/content-with-caption/text-image/input.native
|
||||
test/pptx/content-with-caption/text-image/*.pptx
|
||||
test/pptx/comparison/both-columns/input.native
|
||||
test/pptx/comparison/both-columns/*.pptx
|
||||
test/pptx/comparison/extra-image/input.native
|
||||
test/pptx/comparison/extra-image/*.pptx
|
||||
test/pptx/comparison/extra-text/input.native
|
||||
test/pptx/comparison/extra-text/*.pptx
|
||||
test/pptx/comparison/non-text-first/input.native
|
||||
test/pptx/comparison/non-text-first/*.pptx
|
||||
test/pptx/comparison/one-column/input.native
|
||||
test/pptx/comparison/one-column/*.pptx
|
||||
test/pptx/document-properties-short-desc/input.native
|
||||
test/pptx/document-properties-short-desc/*.pptx
|
||||
test/pptx/document-properties/input.native
|
||||
test/pptx/document-properties/*.pptx
|
||||
test/pptx/endnotes-toc/*.pptx
|
||||
test/pptx/endnotes/input.native
|
||||
test/pptx/endnotes/*.pptx
|
||||
test/pptx/footer/input.native
|
||||
test/pptx/footer/basic/*.pptx
|
||||
test/pptx/footer/fixed-date/*.pptx
|
||||
test/pptx/footer/higher-slide-number/*.pptx
|
||||
test/pptx/footer/no-title-slide/*.pptx
|
||||
test/pptx/images/input.native
|
||||
test/pptx/images/*.pptx
|
||||
test/pptx/incremental-lists/with-flag/input.native
|
||||
test/pptx/incremental-lists/with-flag/*.pptx
|
||||
test/pptx/incremental-lists/without-flag/input.native
|
||||
test/pptx/incremental-lists/without-flag/*.pptx
|
||||
test/pptx/inline-formatting/input.native
|
||||
test/pptx/inline-formatting/*.pptx
|
||||
test/pptx/lists/input.native
|
||||
test/pptx/lists/*.pptx
|
||||
test/pptx/list-level/input.native
|
||||
test/pptx/list-level/*.pptx
|
||||
test/pptx/raw-ooxml/input.native
|
||||
test/pptx/raw-ooxml/*.pptx
|
||||
test/pptx/remove-empty-slides/input.native
|
||||
test/pptx/remove-empty-slides/*.pptx
|
||||
test/pptx/slide-breaks-slide-level-1/*.pptx
|
||||
test/pptx/slide-breaks-toc/*.pptx
|
||||
test/pptx/slide-breaks/input.native
|
||||
test/pptx/slide-breaks/*.pptx
|
||||
test/pptx/slide-level-0/h1-h2-with-table/input.native
|
||||
test/pptx/slide-level-0/h1-h2-with-table/*.pptx
|
||||
test/pptx/slide-level-0/h1-with-image/input.native
|
||||
test/pptx/slide-level-0/h1-with-image/*.pptx
|
||||
test/pptx/slide-level-0/h1-with-table/input.native
|
||||
test/pptx/slide-level-0/h1-with-table/*.pptx
|
||||
test/pptx/slide-level-0/h2-with-image/input.native
|
||||
test/pptx/slide-level-0/h2-with-image/*.pptx
|
||||
test/pptx/speaker-notes-after-metadata/input.native
|
||||
test/pptx/speaker-notes-after-metadata/*.pptx
|
||||
test/pptx/speaker-notes-afterheader/input.native
|
||||
test/pptx/speaker-notes-afterheader/*.pptx
|
||||
test/pptx/speaker-notes-afterseps/input.native
|
||||
test/pptx/speaker-notes-afterseps/*.pptx
|
||||
test/pptx/speaker-notes/input.native
|
||||
test/pptx/speaker-notes/*.pptx
|
||||
test/pptx/start-numbering-at/input.native
|
||||
test/pptx/start-numbering-at/*.pptx
|
||||
test/pptx/tables/input.native
|
||||
test/pptx/tables/*.pptx
|
||||
test/pptx/two-column/all-text/input.native
|
||||
test/pptx/two-column/all-text/*.pptx
|
||||
test/pptx/two-column/text-and-image/input.native
|
||||
test/pptx/two-column/text-and-image/*.pptx
|
||||
test/pptx/**/*.pptx
|
||||
test/pptx/**/*.native
|
||||
test/ipynb/*.in.native
|
||||
test/ipynb/*.out.native
|
||||
test/ipynb/*.ipynb
|
||||
|
|
Loading…
Add table
Reference in a new issue